1. 7 years, 11 months ago Alex S
    Hi, I Work Here

    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. 7 years, 11 months ago John H Merlo

    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. 7 years, 11 months ago Alex S
    Hi, I Work Here

    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. 7 years, 11 months ago John H Merlo

    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. 7 years, 11 months ago Alex S
    Hi, I Work Here

    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. 7 years, 11 months ago John H Merlo

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More