Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1129768

    How do I change the colors of my H2 & H3 just in my posts, not on the rest of the site?

    #1129777

    Hey adamp81,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1129779

    Hey adamp81,
    Add this to quick css and adjust the color to whatever you need:

    .single-post h2,
    .single-post h3{
    color:red!important;
    }

    Best regards,
    Jordan Shannon

    #1129783

    Unfortunately that didn’t work. See link below.

    #1129786

    Hi,

    Look’s like there is a further bold tag within the h parent. Try the following:

     .single-post h2 b,
    .single-post h3 b{
    color:red!important;
    }

    Best regards,
    Jordan Shannon

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.