I have a showhide area. Now I’m looking for a different background color for the opened (showed) text area. I think I have to write it in the custom css rules. Would you please tell me, what css I have to fill in the custom css rules?
I’m not sure how much CSS you know, but I’ll give the short answer first.
In this case, it would be probably be best to wrap the show/hidden area directly in its own <div style=”background-color:red;”>content</div> inside the show/hide shortcode from the Text View of the post/page rather than create a class in the site Custom CSS option.
It works, thank you. But we have 50 show/hidden areas at one site. It is laborius to set the code in every show/hidden area. I think it would help us a lot when we can use the custom css option. Or what do you think about it?