As I work on developing my website using the Neve Theme on WordPress, I have encountered an issue with customizing the header block. I am using a plugin to set a background color for the header after scrolling 100px down the page, but this makes the text hard to read.
Although the plugin allows changing the text color, Neve seems to override any attempts made by me or the plugin. Thus, I am seeking a way to change the text color through code once the user has scrolled 100px on the website. The classes related to the content are:
a.button.button-primary & .book-now-header * header.header
The "header.header" class applies to the entire header block and is used to modify the background color, while the other two classes are meant for changing the text color of the content.
I would greatly appreciate any assistance with this matter, as I am unsure about where to start troubleshooting.