Jump to content

BellaCole

Circle Member
  • Posts

    1
  • Joined

  • Last visited

BellaCole's Achievements

Level 2

Level 2 (2/20)

0

Reputation

  1. Hi, Thanks in advance for your help. I have custom code injected on my site so that the header for each site page is different on desktop and mobile. The problem is that I would like to start posting blog content, and the code I used is making it so that the blog post content isn't visible on mobile devices. The site url is https://poze.app The code I used is: <style> @media only screen and (max-width: 780px) { #page section:nth-of-type(1) { display: none; } } @media only screen and (min-width: 781px) { #page section:nth-of-type(2) { display: none !important; } } @media only screen and (min-width: 781px) { #page section:nth-of-type(3) { display: none !important; } } Is it possible to exempt all blog post pages from this code injection? Thanks.
×
×
  • 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.