Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1191254

    Hi team

    i was wondering if i could,and how could i custumize my menu item area to look like this one https://www.franfinance.fr/?

    apply unique colors for each item,and the red and black buttons tha change color as we hover over it (blue and black in my case) along with the search bar icon style and size

    thank you guys

    #1191368

    Hey chriswho1,

    You can target individual menu item by using their unique ID’s, if you inspect the menu items in question in your browser then you will find it. For example:

    #menu-item-12058 .avia-menu-text {
      color: blue; 
    }

    You can display your menu items as buttons by selecting Button Style in the Menu Style option under Appearance->Menus.

    Best regards,
    Rikard

    #1192903

    thank you.but how do i acess these menu items css section? and if change it to blue,can i chose the shade of blue in css?

    #1193048

    Hi,

    You can find the ID of each menu item if you inspect them in your browser. You can use any colour, here are a few examples: https://www.color-hex.com/.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.