This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Replies

1
  1. Alex S Staff 9 years, 1 month ago

    Hi 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.

Have a different question or issue?

Start New Thread