Jump to content

Anat13

Member
  • Posts

    5
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Anat13 got a reaction from 808yoi in Reduce linespacing in footer's social links block? Also in a footer text block   
    Site URL: https://www.christinecrabb.com/
    How can I reduce the linespacing in the footer's social links block for Squarespace 7.1? I may also want do reduce linespacing in a footer text block.  Thanks!
  2. Like
    Anat13 got a reaction from Greentea99 in 7.1 removing text link underlines   
    Adding this in Design > Custom CSS worked for me. It's one of the old ways to do it in one of the types of 7.0 templates:
    /* Remove non-background image underline for heading and paragraph links */
    h1 a, h2 a, h3 a, h4 a, p a {text-decoration: none!important}
  3. Like
    Anat13 got a reaction from tuanphan in Reduce linespacing in footer's social links block? Also in a footer text block   
    Thank you SO much! I will do that! EDITED TO ADD: That fixed it, and I figured out how to check how it will look on a tablet now as well. Thank you!
  4. Like
    Anat13 got a reaction from tuanphan in Reduce linespacing in footer's social links block? Also in a footer text block   
    Thank you! I ended up doing this before I saw your note. I'm not sure the negative margin I used is a great idea, but it's got the footer looking the way I want it.:
    /* FOOTER: Reduce linespacing in paragraph block in footer */
    footer {
      #block-4815075cbfc3c34630b9 {
        margin-top: -8px !important;
      }
    }
  5. Like
    Anat13 got a reaction from creedon in Reduce linespacing in footer's social links block? Also in a footer text block   
    Thank you! I ended up doing this before I saw your note. I'm not sure the negative margin I used is a great idea, but it's got the footer looking the way I want it.:
    /* FOOTER: Reduce linespacing in paragraph block in footer */
    footer {
      #block-4815075cbfc3c34630b9 {
        margin-top: -8px !important;
      }
    }
  6. Like
    Anat13 reacted to tuanphan in Decreasing Section Padding Squarespace 7.1   
    Try this
    [data-section-id="5e8f4059a780b645bb8468ac"] { min-height: 10vh !important; } [data-section-id="5e8f4059a780b645bb8468ac"] .content-wrapper { padding-top: 2px !important; padding-bottom: 2px !important; }  
  7. Like
    Anat13 reacted to creedon in Reduce linespacing in footer's social links block? Also in a footer text block   
    Add the following to Design > Custom CSS.
    /* remove bottom padding from footer social block */ #block-31fb3bf90520f064ca03 {   padding-bottom : 0;      } This is for v7.1 and specific to the OP's needs.
    Hit us up if you need more space removed from elsewhere.
    Let us know how it goes.
  8. Like
    Anat13 got a reaction from bigpoppapaul in 7.1 removing text link underlines   
    Adding this in Design > Custom CSS worked for me. It's one of the old ways to do it in one of the types of 7.0 templates:
    /* Remove non-background image underline for heading and paragraph links */
    h1 a, h2 a, h3 a, h4 a, p a {text-decoration: none!important}
  9. Like
    Anat13 got a reaction from susan.liimatta in 7.1 removing text link underlines   
    Adding this in Design > Custom CSS worked for me. It's one of the old ways to do it in one of the types of 7.0 templates:
    /* Remove non-background image underline for heading and paragraph links */
    h1 a, h2 a, h3 a, h4 a, p a {text-decoration: none!important}
  10. Like
    Anat13 got a reaction from EamonAvery in 7.1 removing text link underlines   
    Adding this in Design > Custom CSS worked for me. It's one of the old ways to do it in one of the types of 7.0 templates:
    /* Remove non-background image underline for heading and paragraph links */
    h1 a, h2 a, h3 a, h4 a, p a {text-decoration: none!important}
  11. Like
    Anat13 got a reaction from GreenEyedMissy in 7.1 removing text link underlines   
    Adding this in Design > Custom CSS worked for me. It's one of the old ways to do it in one of the types of 7.0 templates:
    /* Remove non-background image underline for heading and paragraph links */
    h1 a, h2 a, h3 a, h4 a, p a {text-decoration: none!important}
  12. Like
    Anat13 got a reaction from pixies1 in 7.1 removing text link underlines   
    Adding this in Design > Custom CSS worked for me. It's one of the old ways to do it in one of the types of 7.0 templates:
    /* Remove non-background image underline for heading and paragraph links */
    h1 a, h2 a, h3 a, h4 a, p a {text-decoration: none!important}
×
×
  • 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.