Jump to content

DenaW

Circle Member
  • Posts

    6
  • Joined

  • Last visited

Reputation Activity

  1. Like
    DenaW reacted to BrownKatUK in Disable click thru link on summary block 7.1   
    Hi - solved it by using 
    <style> 
      .summary-item  { pointer-events: none !important; }
    </style>
  2. Love
    DenaW reacted to melody495 in Need Help removing the underline on footer?   
    You're welcome 😊 glad it's working for you.
    You could probably simplify your CSS code, you would need to check for your site.
    To remove all underline site wide
    a { text-decoration: none; // most can be removed with this line. might need !important background-image: none; // some might need to be removed with this line. might need !important } To remove underline for footer only
    footer a { text-decoration: none; // most can be removed with this line. might need !important background-image: none; // some might need to be removed with this line. might need !important }  
  3. Love
    DenaW reacted to melody495 in Need Help removing the underline on footer?   
    Hi @DenaW are you trying to remove all underline from links on your website? Or just additionally the footer links?
    Remove all underline - just targeting just a should work, but you can also add a to your existing CSS
    //Remove Link Underline a, h1,h2,h3,h4,p,code,nav { a,span { background-image: none!important; text-decoration: none!important; } } Additionally remove footer links only - add footer to your existing CSS
    //Remove Link Underline h1,h2,h3,h4,p,code,nav, footer { a,span { background-image: none!important; text-decoration: none!important; } } Save and refresh after editing. Let me know how it goes.
  4. Love
    DenaW reacted to tuanphan in Vertical side tabs 7.1   
    Use this code to Website Tools (under Not Linked) > Custom CSS
    /* image 45 */ .detail.active>div>div:first-child { width: 45% !important; margin: 0 !important; } .detail_text { width: calc(55% - 75px) !important; margin-left: 75px !important; } .detail.active>div>div:first-child img { width: 100% !important; }  
  5. Like
    DenaW reacted to tuanphan in Vertical side tabs 7.1   
    Do you still need help?
  6. Like
    DenaW reacted to Beyondspace in How to create the right and lift vertical links found on https://circle.squarespace.com/guides/tips-and-tricks   
    Your site is private now. Kindly give it with the protected password to check your issue
  7. Like
    DenaW got a reaction from Beyondspace in How to create the right and lift vertical links found on https://circle.squarespace.com/guides/tips-and-tricks   
    Site URL: https://circle.squarespace.com/guides/tips-and-tricks
    Im trying to add the right and left vertical links for page transitions as on the https://circle.squarespace.com/guides/tips-and-tricks.
    Any help is greatly appreciated
×
×
  • 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.