Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1299447

    I want to have a white H1 on my homepage. When I set the color to white, it stays Gray, presumably because it is set to gray under advanced styling. Is there a way to override this?

    Thanks,
    Ryan

    #1299570

    Hi AFEC,

    Yes, there’s a way around it which is via Quick CSS, can you give us a link to your homepage and the text of the h1 heading? so we can find it easily and inspect it.
    Then give you an accurate CSS code to override it.

    Best regards,
    Nikko

    #1299756

    Thanks Nikko – link in private

    #1299789

    Hi AFEC,

    Thanks for providing the link.
    This code is specific only to the page provided, please add this in Quick CSS:

    #top.page-id-8381 #wrap_all .main_color h1.av-rotator-container-inner {
        color: white !important;
    }

    Best regards,
    Nikko

    #1299984

    Worked like a charm. I assume I just swap out that page ID to apply to the new page?

    #1300025

    Hi AFEC,

    Yes, you are correct.
    If you want to make it global then you can just use (remove page-id-xx):

    #top #wrap_all .main_color h1.av-rotator-container-inner {
        color: white !important;
    }

    Best regards,
    Nikko

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