Home Forums WoodMart support forum COLOR TIPOGRAPHY MENU AND FOOTER

COLOR TIPOGRAPHY MENU AND FOOTER

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

    Toni Tarres
    Participant

    Hello, I need change color of letters on menu and the footer.
    How I can change??

    Thank you.

    #252757

    Hello,

    1. To change the font-color of menu items on the header, you need to Go to Theme Settings >> Typography >> Advanced typography >> Custom Selector.

    Then you need to target the classes to set the color according to your needs.

    Screenshot for Clarification: https://ibb.co/YB4rngc

    OR

    You can follow our detailed documentation for further help at the following link:
    https://xtemos.com/docs/woodmart/advanced-typography-settings/

    2. To change the color of the links in the footer add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .footer-container .vc_custom_heading a {
    color: white;
    }

    Best Regards.

    #253018

    Toni Tarres
    Participant

    It doesn’t work for me, it doesn’t change the text color of the menu, and I follow the steps you tell me.
    What can I do?

    About the font color of the footer, I don’t work with this code either …

    Attachments:
    You must be logged in to view attached files.
    #253043

    Hello,

    I saw the screenshots you attached.

    1) For the main menu try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .whb-color-dark .navigation-style-underline .item-level-0>a {
    	color: orange;
    }

    2) And for the footer areas you mentioned try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .main-footer .textwidget p {
    	color: orange;
    }
    
    .main-footer .widget-title {
    	color: red;
    }
    
    .main-footer .woodmart-widget a {
    	color: forestgreen;
    }

    Regards.
    Xtemos Studios.

    #253146

    Toni Tarres
    Participant

    Now works correctly.

    Thank you so much!!!!

    #253207

    Most Welcome!!!.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘COLOR TIPOGRAPHY MENU AND FOOTER’ is closed to new replies.