Tagged: 

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

    I have one more question about the size of my dropdown menu button and text.

    I need to make it bigger as well. I attached the link below for your reference. (I need Guidance dropdown menu)
    Also I need to make sure it’s larger and select arrow.

    How do I create the button.

    #620341

    Hey ghettro!
    Please feel free to change the values in the below code to suit your design. Place the code in Enfold > general Styling > Quick CSS

    /*Font size*/
    .av-subnav-menu .menu-item .avia-menu-text{  
      font-size: 20px!important;
    }
    /*Hover style*/
    .av-subnav-menu .menu-item:hover{
      background:gold!important;
    }
    .av-subnav-menu .menu-item:hover .avia-menu-text{  
      color:#000;
    }
    

    Regards,
    Vinay

    #620374

    How do I get get an arrow to point down for selection in the item bar?

    #620408

    Hey!

    You have to use Anchors setions. Please take a look here:

    to understand how to use it.

    Regards,
    Basilis

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