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?
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
Thank you Jordan, how did you know how to find the id “.avia-builder-el-33 .av-special-heading-tag”
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