Jump to content

neynarhm

Member
  • Posts

    7
  • Joined

  • Last visited

Reputation Activity

  1. Like
    neynarhm reacted to tuanphan in Hide Navigation Bar but Only On the Homepage   
    Hi,
    Add to Website > Website Tools > Custom CSS
    body.homepage { header#header nav, .header-burger { visibility: hidden !important; } } If it doesn't work, please share site url, we can check easier
  2. Like
    neynarhm reacted to Beyondspace in Customise Left & Right Margin of Top Navigation Bar & Footer   
    You can try adding to Home > Design > Custom Css
    .header .header-announcement-bar-wrapper { padding-top: 1vw; padding-bottom: 1vw; padding-right: 1vw; padding-left: 1vw; } Support me by pressing 👍  or marking as solution if this useful for you
  3. Like
    neynarhm reacted to bycrawford in Custom Font: Using Different Font Weight for Headings & Paragraph   
    Hey! Use this selector:
    .portfolio-grid-basic .grid-item .portfolio-title { /*paste code in here...*/ }  
  4. Like
    neynarhm reacted to bycrawford in Custom Font: Using Different Font Weight for Headings & Paragraph   
    Hey! You just need to upload the Satoshi Medium font and specify this for h3 & h4.
    So overall it would look something like this:
    // Satohsi bold font // @font-face { font-family: 'Satoshi'; src: url('satoshi-font-file.squarespace.com'); } h1 {font-family: 'Satoshi';} // Satohsi medium font // @font-face { font-family: 'Satoshi-medium'; src: url('satoshi-medium-font-file.squarespace.com'); } h3, h4 {font-family: 'Satoshi-medium';} Or if you only have access to one file, you can look to adjust the font weight with code like this:
    // Satohsi bold font // @font-face { font-family: 'Satoshi'; src: url('satoshi-font-file.squarespace.com'); } h1 { font-family: 'Satoshi'; } h3, h4 { font-family: 'Satoshi'; font-weight: 300 !important; }  
  5. Like
    neynarhm got a reaction from Ziggy in Darken Image on Hover   
    It works! Thanks Ziggy!
  6. Like
    neynarhm reacted to Ziggy in Darken Image on Hover   
    Try adding this custom CSS:
    section[data-section-id="63774c57fe920e0a4eed4475"] { .sqs-block-image .design-layout-fluid img { transition:ease-in-out 300ms; &:hover { filter: grayscale(100%); } } } Let me know if that helps, give me a thumbs up if it does.
Ă—
Ă—
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.