Navigation Font Size, Font Type Missing

Home Forums Jevelin Theme Navigation Font Size, Font Type Missing

Home Forums Jevelin Theme Navigation Font Size, Font Type Missing

Viewing 20 posts - 1 through 20 (of 27 total)
  • Author
    RESOLVED Posts
  • sonthonax
    Participant

    Hello,

    I have been trying to edit the Font Size, Font Type, & Font Type for my website navigation menu, but cannot identify where I need to go to make this change.

     

    I’ve been to Appearance>Theme Settings & Appearance>Customize. I’ve evaluated every sub-menu option, tinkering to see what controls the navigation font and I’ve got nothing. I do see Font editing options for header and body text however. Any help would be greatly appreciated. Thanks.

     

    Shufflehound
    Moderator

    Hi there,

     

    Can you tell us which theme version are you using?

     

    Best regards,

    Shufflehound team

    sonthonax
    Participant

    Javelin theme. Thanks.

    Shufflehound
    Moderator

    Sorry, we meant version number, like 2.0.2

    You can see it in admin dashboard / theme list.

    sonthonax
    Participant

    Version 5.3.0.2

    Shufflehound
    Moderator

    Please try this:

    1. Go to Appearance > Theme Settings > Styling
    2. Scroll down to Navigation section
    3. Try to change Font Family and Navigation Size
    4. If you can’t see Font Family (only Navigation Size), then please update theme version from ThemeForest store.

     

    Hopefully it helps.

    sonthonax
    Participant

    I went to the Themeforest website to download the most up to date version. I just installed it. I’m able to change the Font Family, but can’t control the font weight. Is that not customizable? Thanks for your support as I try to figure this out.

    Shufflehound
    Moderator

    At the moment navigation font weight option isn’t available, but we can give you a custom CSS to change it.

    sonthonax
    Participant

    A custom CSS would be awesome. Thanks so much!

    Shufflehound
    Moderator

    Please try one of these CSS snippets bellow and let us know if that works:

     

    First level only:

    .sh-nav > li.menu-item > a {

    font-weight: normal!important;

    }

     

    All levels:

    .sh-nav li.menu-item  a {

    font-weight: normal!important;

    }

    sonthonax
    Participant

    Neither worked. I copy and pasted your code in the Javelin custom css section.

    Shufflehound
    Moderator

    Can you give us a link so we can take a look?

    You can write it here or send it to our email support at shufflehound dot com.

    sonthonax
    Participant

    Cool. My website is as follows:

    1. Collegefirstgen.com

    I want to make the navigator menu look similar to the one you see here: https://www.stmarytx.edu

     

    The fonts are the same, but the latter has a lighter font weight which makes it look super dope. Thanks.

     

    Shufflehound
    Moderator

    We can’t see any of these CSS snippets in your page source.

    Did you remove them?

    sonthonax
    Participant

    Yes, I removed the code because it wasn’t working.

    Shufflehound
    Moderator

    Can you add it back, so it would be easier to fix it?

    sonthonax
    Participant

    Done. Tx

    Shufflehound
    Moderator

    We found one custom CSS option related issue.

    Please download and test our latest beta version.


    Please login to access this file

    sonthonax
    Participant

    Guys, you rock! It works finally! Thanks so much for your patience.

    Shufflehound
    Moderator

    Nice to hear that. 🙂

    If you can, please give us a positive rating in ThemeForest.

Viewing 20 posts - 1 through 20 (of 27 total)