Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #345684

    Hi guys!
    Is there a way to make the main navigation smaller when ppl scroll down the website? I don’t want my logo to shrink because it becomes illegible. I’d just like the white space of the main nav to get smaller when ppl. scroll down the site. similar to this main navigation: http://simplygum.com/

    #345967

    Hi Courtney!

    Please firstly edit your logo image and remove whitespace from top and bottom and then shrinking should work fine. You may need additional custom CSS code, if you do, please let us know!

    Regards,
    Yigit

    #349035
    This reply has been marked as private.
    #349310

    Hi!

    Which actual buttons are you trying to modify? Please give us a link to the actual page. If you’re using the button shortcode, you can set the Button Color to Dark Transparent which is fairly close to the simplegum buttons. Set the button size to Extra Large.

    Regards,
    Ismael

    #349818
    This reply has been marked as private.
    #349821
    This reply has been marked as private.
    #350171

    Hey!

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

    #after_section_2 span.avia_iconbox_title {
    font-size: 18px;
    text-transform: uppercase;
    color: black
    }
    #after_section_2 .avia-size-x-large {
    padding: 13px;
    min-width: 215px;
    border-radius: 0;
    border-color: black!important;
    }

    They are using this font family – http://www.typography.com/fonts/gotham/styles/
    You can find similar ones on Google fonts

    Best regards,
    Yigit

    #353303
    This reply has been marked as private.
    #353309
    This reply has been marked as private.
    #353310

    Hi!

    Please try adding following code to Quick CSS as well

    a.avia-button, .avia_iconbox_title {
    font-family: Gotham SSm A!important;
    font-weight: bold;
    }

    Cheers!
    Yigit

    • This reply was modified 10 years ago by Yigit. Reason: added font weight
    #353458
    This reply has been marked as private.
    #353459
    This reply has been marked as private.
    #353684

    Hi Courtney :)

    Seems like they have used font weight 500. Please change “bold” to “500” in the code i previously posted, so it should be

    a.avia-button, .avia_iconbox_title {
    font-family: Gotham SSm A!important;
    font-weight: 500;
    }

    But seems like you do not have that font weight :/

    Best regards,
    Yigit

    #353839
    This reply has been marked as private.
    #353843

    Hey!

    You are welcome, we are always glad to help :) Let us know if you have any other questions or issues!

    Regards,
    Yigit

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Navigation Menu’ is closed to new replies.