FAQ Element Color

Posted in: Newspaper
Post count: 53

Hi,

I’m using the black layout. When I move the mouse over the FAQ Element box, the background color changes to white, but the text color remains white. It should change to black, I suppose.
How do I change it?

Best regards,
Daniel Alvares

Post count: 22421

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.

Post count: 53

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.
Post count: 22421

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!

Post count: 53
Post count: 22421

Hello,
Here is the css needed. You can change the color to your preferred one (I set it to black):
.vc_toggle_title:hover h4{
color:black!important;
}

I hope this helps.
Thank you!

Post count: 53

Thank you. It solved part of the problem. The other part is when the FAQ Element is open the text color is white. It should change to black.

Post count: 22421

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!

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newspaper’ is closed to new topics and replies.