Jump to content

e2astudio

Circle Member
  • Posts

    751
  • Joined

  • Last visited

  • Days Won

    8

Community Answers

  1. e2astudio's post in Different header content for different pages was marked as the answer   
    This Custom CSS will hide the site header and footer on the homepage only, where you've added your video and enter button.
    /* hide header and footer only on homepage */ .homepage { header, footer { display:none; } }  
  2. e2astudio's post in Replace footer on cart page only? was marked as the answer   
    You can, but there's no easy way to hide it when it's placed using Fluid Engine. Instead, place the image in a Code Block wrapped in a `<div>` - something like this:
    <div class="payment-icons" style="text-align:center;"> <img src="https://images.squarespace-cdn.com/content/v1/627082fb22c34f331451d6b6/edb21702-9537-470f-a4a5-e349ea0d099c/Payment+Processor+Icons+1.png"> </div> Then, with that Custom CSS snippet above, you should be okay to go.
  3. e2astudio's post in How do I center justify my tag cloud list? was marked as the answer   
    Consider providing a link to your site so people in the community can help.
    ul.sqs-tagcloud {text-align: center;}  
  4. e2astudio's post in Bedford: How to make Footer area shorter was marked as the answer   
    Add this code snippet to the CSS Editor found within Style Editor:
    .footer-inner { padding: 64px 32px; }
    Change the '64px' top/bottom value to your preferred amount. I strongly suggest leaving the right/left value alone.
  5. e2astudio's post in Bedford: How to make Footer area shorter was marked as the answer   
    Add this code snippet to the CSS Editor found within Style Editor:
    .footer-inner { padding: 64px 32px; }
    Change the '64px' top/bottom value to your preferred amount. I strongly suggest leaving the right/left value alone.
×
×
  • 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.