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

6
  1. Alex S Staff 9 years, 4 months ago

    Hi John,

    I suspect your h1 tag is incorrectly closed. Do you have a public URL where we can take a look at what’s going on? If you need to keep this URL private from other users, just select “Private Reply” on the bottom right of the comment box.

  2. John H Merlo 9 years, 4 months ago

    I just put it in the html code but an <h1>text</h1> is this not right??  So the css would be h1 {color: blue; etc.}John

  3. Alex S Staff 9 years, 4 months ago

    Hi John,

    Yes and the CSS also looks good. This leads me to believe that there’s another issue with the page itself which is why I need to take a look at it to assist with this issue.

  4. John H Merlo 9 years, 4 months ago

    OK here is the page: http://www.roadbicyclereview.com/bicycles-for-women/
    This is what I have in the ATTRIBUTES: h3 {color: red;}
    THIS IS ONE THE PAGE<h3>This is a heading</h3>John

  5. Alex S Staff 9 years, 4 months ago

    Hi John,

    The attribute CSS styles field only supports inline styles (as in, no selectors). You’ll need to use something like SiteOrigin CSS to add the styling. To affect only h3’s on this page you would use something like the following CSS:

    .page-id-66 h3 {
        color: red;
    }
  6. John H Merlo 9 years, 4 months ago

    Thanks for the help!

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