Styling the Question Hover and Answer Box
-
I have the Border Block Style selected. The styling options do not work as I expected. What I wanted was a custom hover background color and font color. I was able to get the icon color to change in the style options. What got me the hover colors was the custom css posted in another answer.
.ufaq-faq-display-style-Border_Block:hover, .ufaq-faq-display-style-Border_Block:hover div.ufaq-faq-title h4, .ufaq-faq-display-style-Border_Block.ewd-ufaq-post-active, .ufaq-faq-display-style-Border_Block.ewd-ufaq-post-active a.ewd-ufaq-post-margin { background: #fa9700; color:#fff;}This is 90% of the answer. What is peculiar is that my custom color only borders the icon on top and bottom.
A related question is how to control the color of the answer box. It comes out partly my custom color and the bright blue default.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Styling the Question Hover and Answer Box’ is closed to new replies.