Home Forums WoodMart support forum Styles won't appear when I make edits to them via customizer or theme custom css

Styles won't appear when I make edits to them via customizer or theme custom css

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #61986

    mbx
    Participant

    For some reason, I can’t target and modify a couple of tweak in colors on my site.

    #62011

    Hello,

    Please provide your site URL and screens what you want to modify. I will provide you custom CSS.

    Best Regards

    #62029

    mbx
    Participant

    Sorry, forgot.

    #62037

    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

    #62067

    mbx
    Participant

    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.

    #62068

    mbx
    Participant

    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.

    #62103

    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

    #62158

    mbx
    Participant

    those didn’t work but this did .woodmart-button-wrapper.text-center.btn-inline a{color:#ffffff!important;}

    #62176

    Hello,

    Have you solved the issue now?

    Best Regards

Viewing 9 posts - 1 through 9 (of 9 total)