Home Forums WoodMart support forum Change color of menu

Change color of menu

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #462067

    Toni Tarres
    Participant

    I have two different headers, one for the home and the other for the pages.
    I need the letter of the menu to be seen in green in the home page, but not be modified in the pages (since I need to see it in white).
    How can I do it? (I attach a photo)
    I also need to change the color of the social icons to green (attached photo)

    I attach final photo of how it should look

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

    Hello,

    You can change the font by means of the Advanced typography option, which allows you to choose the item from a drop-down or insert your custom CSS class. Please navigate to the Theme Settings > Typography > Advanced Typography.

    Here is the documentation providing more detailed instructions: https://xtemos.com/docs/woodmart/advanced-typography-settings/

    Best Regards

    #462229

    Toni Tarres
    Participant

    And another question,
    Is it possible to put a font uploaded in woff in slider revolution?
    I need to put the same font that I use on the pages.

    Add pic

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

    Hello,

    You can configure the Slider either inherit the Theme Setting or find the options provided by Slider to select the appropriate font.

    You can find the option in Theme Settings > Other.

    If you have any questions please feel free to contact us.

    Best Regards

    #462619

    Toni Tarres
    Participant

    Yes, but this solution is for slides, but not for slider revolution…
    Is there a solution for slider revolution?

    And other question, the solution that you gave me to put the color to the letters of the menu is applied to all the headers.
    I need to make the text of a header one color and another header another color.
    Can be done?

    I add a photo of the two headers I have. (header of the home and header for the rest of the pages

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

    Hello,

    The Slider Revolution provides the option to configure fonts for every separate layer. Please refer to the Slider Revolution documentation on this issue.

    If you have any questions please feel free to contact us.

    Best Regards

    #463747

    Toni Tarres
    Participant

    Good morning,
    i need help with social icons of the top bar.
    I need show icons of the color green (as the rest of page)

    Is posible change with css?

    Thanks

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

    Hello,

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

    header .icons-design-simple .wd-social-icon {
        background-color: green;
        color: white !important;
    }

    You need to replace the colors as per your needs.

    Best Regards

    #464550

    Toni Tarres
    Participant

    Perfect like this, but I need the mouse to be not white but a different color, or not change. It’s possible?

    And another question, I need a typography for the menu at home, in green. But only in a home.
    It’s possible?

    In the other pages the menu is white and this is ok. Because I have a 2 menus. One of this is in the home and the other in the other pages.

    Thank you!

    #464622

    Hello,

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

    header .icons-design-simple .wd-social-icon:hover {
        background-color: green;
        color: white !important;
    }

    Please add the color.

    Best Regards

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