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

    All of my special heading colors are easy to change by editing the element and using a custom override color in the color tab, but one special heading just won;t change!

    If you go to my website here: http://bradandsabina.com/#registry

    Where it says “Wedding Registry” it’s grey instead of white, how can I fix this?

    #652658

    Hey bradlangan,

    Thanks for getting in touch with us!

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .avia-builder-el-33 .av-special-heading-tag {
        color: #ffffff !important;
    }
    

    Best regards,
    Jordan

    #652786

    Thank you Jordan, how did you know how to find the id “.avia-builder-el-33 .av-special-heading-tag”

    #652879

    Hi,

    Using Google Chrome’s developer tools – https://developers.google.com/web/tools/chrome-devtools/?hl=en

    Or you can use any other browser and inspect the element to find the id and classes of the elements.

    Best regards,
    Jordan

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