Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
When I add a row ID to a specific row (in order to allow a button to scroll to it), it changes the button font color in that row to be grey, instead of the default white. Removing the row ID changes the font color back to white, but I need the row ID for the button action. Any suggestions?
With row ID
Without row ID
Hi Dakli,
I’m not too sure why this may be happening. Do you have a public URL where we can take a look at what’s going on?
Hi Alex,
Thanks for the response! It’s on the homepage here:
http://www.transcosmosomniconnect.com/en/
I’ve had to manually turn the font color white, cause otherwise the font in unreadable during hover. As a result, it does look different from all the other buttons though.
Dakli
Hi Dakli,
Okay, so this issue is caused due to the id you’re using – secondary. That’s the id assigned to the sidebar and the sidebar has different styling for certain elements (such as for links). To avoid this issue, I would recommend changing the id to something else.
Awesome, thank you!