Styles won't appear when I make edits to them via customizer or theme custom css
-
For some reason, I can’t target and modify a couple of tweak in colors on my site.
Hello,
Please provide your site URL and screens what you want to modify. I will provide you custom CSS.
Best Regards
Hello,
Please try this code:
.title-wrapper.text-center .title-subtitle {
color: #ffffff;
}
I do not see about us button in the footer, please provide the screen.
Best Regards
sorry, it’s the button int he about us section (the orange button). The first column in the footer area, after the text. The button leads to the about us page.
Also won’t the style that you just showed me affect other elemtns that are using the .title-subtitle info? If so, how do we narrow it down to only effect this title area and nowhere else.
Hello,
Please add this CSS
.color-scheme-dark .widget a, .color-scheme-dark .woodmart-widget a{
color:#ffffff;
}
If you see that these styles applied to other elements, put .footer-column-1 in the beginning, for example:
.footer-column-1 .color-scheme-dark .widget a, .color-scheme-dark .woodmart-widget a{
color:#ffffff;
}
Best Regards
those didn’t work but this did .woodmart-button-wrapper.text-center.btn-inline a{color:#ffffff!important;}
Hello,
Have you solved the issue now?
Best Regards