Hello:
I’m using the short separator element but would like to use a different colour than the .main_content div classes that are applied to it from the theme options border colours.
I’m struggling to get the right CSS selector sequence. I tried setting a custom class on the element itself and then created a quick style for that selector, but it has no effect, even with an !important. I’m not sure what level of selector specificity is required to override a theme style in this way.
Can someone please help me figure this out?
Thank you.
Hey ilowelife,
Thank you for the link to your site, please try this css:
#main .main_color .hr-short .hr-inner-style,
#main .main_color .hr-short .hr-inner {
background-color: #000;
}
feel free to adjust the color to suit.
After applying the css, please clear your browser cache and check.
Best regards,
Mike