Jump to content

IM_Design

Circle Member
  • Posts

    75
  • Joined

  • Last visited

Community Answers

  1. IM_Design's post in 7.1 Events Page: Hiding the "Back to All Events" link was marked as the answer   
    Here's the solution I found that works in the CSS Editor:
    .eventitem-backlink {display:none}  
  2. IM_Design's post in Hiding Bedford blog post pagination was marked as the answer   
    Here's what worked for me in the CSS Editor:
     
  3. IM_Design's post in 7.1 removing text link underlines was marked as the answer   
    It looks like a platform update changed the way the underlines work, so this should work for Text Block underlines instead now. Either site-wide in the CSS Editor:
    a {text-decoration-line:none !important;} Or page-specific wrapped in <style> tags in the Page Header Code Injection:
    <style> a {text-decoration-line:none !important;} </style>  
  4. IM_Design's post in 7.0 Brine: Member Area access denied screen background color was marked as the answer   
    Here's what worked for me in the CSS Editor:
    .Site-inner--index {background-color: red !important;}
    Just replace "red" with your own color code and that should work!
  5. IM_Design's post in Adjusting the font size for mobile navigation links was marked as the answer   
    Here's what worked for me in the CSS Editor:
    .header-menu-nav-item a { font-size: 20px !important; }  
  6. IM_Design's post in 7.1 Events Page: Hiding the "Back to All Events" link was marked as the answer   
    Here's the solution I found that works in the CSS Editor:
    .eventitem-backlink {display:none}  
×
×
  • 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.