Jump to content

IMPACT

Member
  • Posts

    14
  • Joined

  • Last visited

Reputation Activity

  1. Like
    IMPACT reacted to tuanphan in Is there a way to space out paragraph lines in an Image Collage   
    Add to Design > Custom CSS
    /* image block */ .image-card p { display: inline-block !important; }  
  2. Like
    IMPACT reacted to tuanphan in 7.1 Bolding the first item in the navigation bar   
    Add to Design > Custom CSS
    /* tablet footer */ @media screen and (max-width:991px) and (min-width:768px) { div#page-section-5f3191439aec11022b6c195a .span-12>.row>.span-4 { display: none; } div#page-section-5f3191439aec11022b6c195a .span-12>.row>.span-8 { width: 100%; } }  
  3. Love
    IMPACT reacted to ErikaT in 7.1 Bolding the first item in the navigation bar   
    You could also get rid of the earlier css to cut down on multiple entries and combine them:
    .header-nav-item a[href="/easter"], .header-menu-nav-item a[href="/easter"] {
      color: #5c4255 !important; 
      font-weight: 1000;
    }
  4. Thanks
    IMPACT reacted to ErikaT in 7.1 Bolding the first item in the navigation bar   
    Hi there 🙂
    You could try:
    .header-nav-item a[href="/easter"], .header-menu-nav-item a[href="/easter"]
     {
        color: #5c4255 !important; 
    }
  5. Thanks
    IMPACT reacted to ErikaT in 7.1 Bolding the first item in the navigation bar   
    Hi,
    Try:
    .header-nav-item:nth-child(1) {
    font-weight: 700;
    }
  6. Like
    IMPACT got a reaction from creedon in Adding a custom background to a page/section in 7.1 - Trouble with code   
    This works great! Thank you so much!
  7. Like
    IMPACT reacted to creedon in Adding a custom background to a page/section in 7.1 - Trouble with code   
    For a whole page effect we need something different.
    Remove the previous CSS, make a copy somewhere and add the following to Design > Custom CSS.
    #collection-5f6133c1b027eb36546c97a1 {   background-color : #dfdbe5;   background-image : url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%239C92AC' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E");      } #collection-5f6133c1b027eb36546c97a1 #page .page-section, #collection-5f6133c1b027eb36546c97a1 #page :not( .has-background ) .section-background   {        background-color : transparent;          } Let us know how it goes.
  8. Thanks
    IMPACT reacted to creedon in Adding a custom background to a page/section in 7.1 - Trouble with code   
    Add the following to Design > Custom CSS.
    :not(.has-background) [data-section-id="5f6202a7242abe11d0086eec"] .section-background { background-color : #DFDBE5; background-image : url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%239C92AC' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E"); } This is for a v7.1 site and specific to the OP's needs.
    Let us know how it goes.
×
×
  • 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.