Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #600562

    Hello,

    I’m trying to make the submenu button style to work bordered and colored, but unsuccessful.

    I tried to choose this option in the menu page but it did not work, only worked for the main menu.

    How can I make it? Is there a CSS code for that?

    The link to an image that shows an exemple of what I want to accomplish.

    Suport
    I appreciate your help.

    Fabiana.

    #600610

    Hey faterra!

    You can make most of the changes in Enfold > General Styling > Logo area

    and choose a button style from Appearance > Menu

    If you still have any issues please share the link to the page where we can inspect the element in question so we can provide you with custom css if necessary.

    Regards,
    Vinay Kashyap

    #601973

    Hello Vinnie, thanks for your response.

    The problem still the same.

    As you can see in the image attached, I’ve already selected the button style (bordered) and still not showing on the website.

    website link: http://paisagismoonline.com.br/

    Suporte

    Thanks for your attention.

    Fabiana.

    #602156

    Hey!

    We need to take a closer looks at this issue please create a temporary user with ‘administrator’ role and share in private content with permission to deactivate all plugins and add custom code if necessary to help you resolve this issue.

    Regards,
    Vinay Kashyap

    #602166

    Hello Vinnie,

    The adm credentials below.

    Thanks.
    Fabiana.

    #602372

    Hi!

    The feature in the theme works fine please see the below screenshots. Let us know the link to the page where it is not working for you so we can further invistegate.

    Cheers!
    Vinay Kashyap

    #602513

    Hi Vinnie.

    I believe you missunderstood me.

    The menu I need it to work is the secondary enfold menu the one at the very top right of the page with the words:

    solicitar orçamento ” and “área do cliente“.

    Take a closer look at the screenshot, please. The menu name is menu registro/login.

    Thanks
    Fabiana.

    #602535

    Hey!

    Just figured it the button style is not working for sub headers… please use the CSS below in Enfold > General Styling > Quick CSS

    #header_meta .sub_menu>ul>li {
        border: #000 solid 1px;
        border-radius: 3px;
        padding-top: 10px!important;
        padding-bottom: 10px!important;
    }

    Regards,
    Vinay Kashyap

    #602634

    Hey Vinnie,

    This is what happens when I pasted the code into quick css – enfold.

    What else can we try?

    Thanks.
    Fabiana.

    #602658

    Hey!

    We added the code in Enfold > General styling > quick css and it works.

    If you still see the old menus please refresh the browser cache and try again.

    Please feel free to get in touch with us if you have any questions.

    Thank you for using Enfold.

    Best regards,
    Vinay Kashyap

    #602781

    Hey Vinnie,

    We are almost there!

    We got the bordered one and now, how do I do for one to be bordered and the other colored?

    I need the other one “área do cliente” to be colored, just as the image below.

    I appreciate your help. Thanks.

    Fabiana.

    #603309

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    li#menu-item-9359 a {
        color: white!important;
    }
    li#menu-item-9359 {
        background-color: orange!important;
    }

    Cheers!
    Yigit

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