Home Forums WoodMart support forum Footer text color

Footer text color

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #439284

    marcinbartkowiak1
    Participant

    Hi, i cannot change my footer color. I used css command but i didn’t worked:

    .footer-container .main-footer .widget-area .footer-column .footer-widget .widget_nav_menu .menu .menu-item a {
    color: black !important;
    }

    #439416

    Hello,

    It seems you have already solved the issue. I am checking the contact page and I cannot reproduce the issue: https://gyazo.com/c87157df39b5e0ba927e58f2d4839b34

    Please provide the page URL with the problem.

    Best Regards

    #439607

    marcinbartkowiak1
    Participant

    The adress is correct. Please open that page on desktop, not tablet or mobile. Please scrool down to the footer and you will see, that right now text is grey and i want it to be red

    #439752

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body footer .menu-item a,
    body footer .widget-title{
    	color:red;
    }

    Best Regards

    #440005

    marcinbartkowiak1
    Participant

    It works, thanks!

    #440104

    You are welcome! We are here to help.

    Wish you a wonderful day!

Tagged: 

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

The topic ‘Footer text color’ is closed to new replies.