Tagged: ,

Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #1224925

    Hi, we want to add a “Get a Demo” button to our navigation, and make it appear larger and in bold so it stands out from the rest of our menu navigation items. I’m new to Enfold and WordPress site management, so a complete novice here.

    #1225045

    Hey MyMedicalShopper,

    You can do this a few ways:

    1 You can add a widget area to the header and then add the button to the widget.

    2. You can add a menu link and then give it a custom url. You can simply style and position the text link to look like a button.

    Best regards,
    Jordan Shannon

    #1225212

    Can you explain how to do number 2 in more detail?

    #1225228

    Hey,

    Please go to Appearance > Menus and click on your menu item and choose to display “Button Style” in “Menu Style” – https://imgur.com/a/xS1qQrt.

    You can then go to Enfold theme options > Advanced Styling and edit “Menu Item Button” as needed. You are currently using Enfold 4.5.7, so Advanced Styling might not work correctly. If it does not, please update Enfold to the latest version 4.7.5 – https://kriesi.at/documentation/enfold/theme-update/ :)

    Best regards,
    Yigit

    #1225306

    I tried updating and now I’m seeing two “Home” pages and no “Member Login”

    #1225310

    Hey,

    I see no “home” page in menu and can see “Member Login”. Have you figured it out already? :)

    Best regards,
    Yigit

    #1225311

    I did, but now I can’t figure out how to simply add “Get a Demo” to our Main Navigation in Enfold.

    #1225312

    Actually, figured that out, too. Is there any way to increase the font size of only one specific menu item, i.e. the font inside the menu item button?

    #1225318

    Hey,

    Please add following code to Quick CSS in Enfold theme options > General Styling and adjust the value as needed

    #top #wrap_all #header.header_color .av-menu-button-colored > a .avia-menu-text {
        font-size: 20px;
    }

    Regards,
    Yigit

    #1229454

    Hi, thank you this was incredibly helpful.

    I want to decrease the space between the menu items, and I also want to bold and emphasize “Member Login” on our menu. Can you help? Please see our site at mmsanalytics.com

    Also, the alignment of our header in Safari is all off

    #1229728

    Hi,

    Thanks for the update. Please try the following in Quick CSS under Enfold->General Styling:

    .av-main-nav > li > a {
        padding: 0px 5px;
    }
    
    #menu-item-1262 .avia-menu-text {
        font-weight: 600;
    }

    Best regards,
    Rikard

    #1229978

    Thanks, the padding helped, but the font weight didn’t. Is there a way to target and bold one specific menu item (in this case, the Member Login).

    #1230038

    Hi,

    That font doesn’t have a bold state but you can enlarge it slightly by adding this to quick css:

    #menu-item-226 a{
    font-size:17px!important;
    }

    Best regards,
    Jordan Shannon

    #1230111

    Is there a way for us to separate out menu items? We want to separate out “Free Consultation” and “Member Login” all the way to the right from everything else.

    #1230381

    Hi MyMedicalShopper,

    Yes, of course, do you want different font sizes or a different color?

    Could you please attach a mockup of what you’re trying to achieve?

    Best regards,
    Victoria

    #1230384

    Our engineering team figured this one out for me, thanks for anyway for the response!

    EDIT: We want to link the button to our SimplyScheduleAppointment plugin. Is this possible?

    #1230469

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘Add a "Get Demo" button to our menu navigation.’ is closed to new replies.