Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Avada › Forums › Community Forum › Change the Content Box Background Color hover
Tagged: hover, content box, Background Color
Hi,
i wanted to change the Content Box Background Color when i hover them, there is no possibilities to change it in avada options,
maybe with a css style ?
Can you help me to find the solution ?
Thanks
ps: sorry for my bad english
Hi,
did you find a solution to the problem?
Best regards, Daniel
Hi all,
Maybe try this?
.content-box-wrapper:hover {
background-color: pink !important; /* Change the colour to yours. */
}