Want To Use Letter Spacing on Home Page Only!
I’m using letter spacing in Heading1 and Heading2 on my home page. But i don’t want the spacing ruin my website look on other pages.
what to do ?
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi Manoj,
Please prepend your CSS Selectors with .home
So for example, if my CSS was:
.entry-content h2 { letter-spacing: 5px; }If I wanted it to only affect the home page, I would change the selector to be .home .entry-content h2
So in other words, the CSS would look like so:
.home .entry-content h2 { letter-spacing: 5px; }Does that make sense?
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.