Hi,
The block title hover color is set by the thme accent color. The title text color however can be changed for every block from block settings: https://forum.tagdiv.com/block-settings-guide/ or from the thme panel for all headers: http://screencast.com/t/U4XnCYqHqJlB
I hope this helps.
Thanks.
Thanks for the answer but you did not understand my question.
This is the FAQ Element on the website: http://www.screencast.com/t/jbsf7wIjqvAx
This is the FAQ Element when I move the mouse over: http://www.screencast.com/t/IqCnlsjYbc4f
As you can see, when I move the mouse over the box, it turns white but the text remains white. It should change to black.
-
This reply was modified 10 years by
portuga.
Hi,
There is no standard FAQ element that comes with the theme, that is why i could not guess what this element is. It seems to be an accordion from visual composer. Accordions have their own styling. Please provide a link pointing to this element so I can inspect and provide the css needed to change the text color.
Thank you!
Hi,
VC does seem to have a lot of styling into it…Try this code:
.vc_toggle_active .vc_toggle_title h4{
color:black!important;
}
Please be mindful of these modifications as they alter the visual composer css, (not the theme’s) so if any other visual composer elements (except theme blocks) have color issues, test to see if the code does not affect them as well. I can’t say for sure if these classes will not be used in some other part of VC as we are not the plugin authors.
Thank you!