Jump to content

8B39C8

Member
  • Posts

    12
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. We do not have acces to your site, as its private. You can set it to password only, so we can acces it. As far as I'm aware, there is not really a solution by squarespace, but there are some workarounds. If you just leave the main title empty, it will not show up in the final version. You can hide the elements individually, using the display: none tag from CSS. The code would look like this: /*hides the previous and next buttons from all blog pages*/ .item-pagination.item-pagination--prev-next { display: none; } /*hides the title from all blog pages*/ .blog-item-title { display: none; } /*hides the tags from all blog pages*/ .blog-meta-item--tags { display: none; } In order to adjust the space above the point where you blog content starts, you can use this: /*adjust the space above the content of all blog pages*/ .blog-item-content.e-content { margin-top: XXyy; } Note that that margin-top also allows for negative values to decrease the space. Keep in mind, that this workaround will make these changes to all blogs.
×
×
  • 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.