Mobile inactive colors
-
Hello,
When I resize my page to mobile/small dimensions, at the point that my horizontal tabs resize to vertical, the main/active color defaults to the wrong color.
Another person asked this same question but they did not receive a real answer, yet it was marked as resolved. If you inspect the element, the CSS links to
.ctu-ultimate-style-heading-8.active {
color: #003eff;
background-color: #c8102e;
border-bottom: 1px solid #c1c7c5;
}The color: should be white per the original style.
I have tried to target this element with my other style sheets and with the Tabs CSS, but nothing changes it. :active, :hover, :focus — I can’t figure this out.
The topic ‘Mobile inactive colors’ is closed to new replies.