Hello,
I’ve inserted two lists with overlay style in a post. My problem is, the title color dosn’t change on hover.
In the content settings I’ve set
Title element p
Title color #ffffff (white)
Title color hover #ffc233 yellow
Image overlay color is rgba(0,0,0,0.1)
Image overlay hover color rgba(147,27,49,0.4)
I’d like to have the same layout for all overlay cards.
You told, that overlay style will usually ignore any inner stylings (like title hover color) to prevent style conflicts.
You gave me a code to address a single WPSP list.
Now I’m looking for a way to apply this code to a certain type of lists (overlay style) and not to a single list only.
My idea is, to address the code via the Section HTML Classes in the “more settings” section.
So my question is, if and how I can define a class to address the title color on hover – which is foreseen in the basic settings of the list, but is ignored.