Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1299171

    Hi there

    I am currently working on a website with all h1 set to white in the theme’s advanced styling options. However, for all blog posts I would like the h1 color to be black. I have tried to add the following code to the stylesheet (without success):

    #top #wrap_all .header_color h1, #top #wrap_all .main_color h1, #top #wrap_all .alternate_color h1 {
    color:000000!important;
    }

    h1 .post-title .entry-title {
    color:000000!important;
    }

    and for testing purposes to see if the stylesheet would overwrite the advanced styling options:
    h1 {
    color:000000!important;
    }

    None of these is working.

    Can you help?

    #1299208

    Hi Martian,

    The color code is incorrect, please replace 000000 with #000000
    Let us know if this helps :)

    Best regards,
    Nikko

    #1299462

    Of course! Thanks!

    #1299534

    Hi Martian,

    You’re welcome :)
    Do you still need further assistance? or shall we close this thread?

    Best regards,
    Nikko

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