Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #280622
    shivaparvati
    Participant

    I am very pleased with Verity theme for now, but only homepage Header is white on white…
    https://shivaparvati.yoga/

    I have changed some items with these:

    .wf-active .site-description {color: #000;}
    .wf-active .site-title a {color: #000;}
    .absolute-header .menu-toggle {
    color: #000;
    }
    .absolute-header .site-description {
    color: #000;
    }

    but Header Media Tex, cart icon, menu, are all white. Need them black.

    Please, help.

    #280629
    Skandha
    Participant

    @shivaparvati: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .custom-header-content .section-title, #site-navigation a, .icon.icon-cart {
        color: #000 !important;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #280652
    shivaparvati
    Participant

    Thank you, it worked!!!

    #280654
    Skandha
    Participant

    @shivaparvati: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/verity/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Additional CSS: how to change colour of Header Media Text, cart and Menu’ is closed to new replies.