This topic has 9 replies, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #129240
     kjcarleo
    Participant

    Hello, is it possible to make the menu FONT BOLD?

    #129278
     Radu
    Moderator

    Hi,

    By using this CSS

    COPY CODE
    
    .kleo-main-header .nav.navbar-nav li a {
        font-weight: 900 !important;
    }
    

    The difference between regular and bold it’s small

    The css will be added to wp-admin -> theme options -> general settings -> quick css

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #129580
     kjcarleo
    Participant

    Ho can U get the bold effect to show up on my other pages MENU?

    You can notice here it is not as bold as the main page:

    http://c4f.a19.mwp.accessdomain.com/groups/

    #129892
     Radu
    Moderator

    Hi,

    The bold value it’s applied also on that page but the difference between regular and bold is very small.

    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #129929
     kjcarleo
    Participant

    Sorry but if you look clearly at these side by side comparison it is quite evident that the top one is BOLDER. Please see the attached image for comparison.

    Kevin

    Attachments:
    You must be logged in to view attached files.
    #129999
     kjcarleo
    Participant

    Anyone able to take a look yet?

    Kevin

    #130084
     Radu
    Moderator

    Hi,

    Try this workaround :

    Go to wp-admin -> theme options -> font -> H6 -> Choose your font and on Font Weight & Style -> choose BOLD

    I’ve added this bug on the bug-list and in future will be fixed

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #130111
     kjcarleo
    Participant

    Will this apply it to all areas identified as “H6”?

    Kevin

    #130117
     kjcarleo
    Participant

    OK should I go ahead and remove the custom css as well?

    Also, I noticed that the color on this particular view of the menu looks grayer in color than the main page. I at first thought it was because the BG I chose, but I removed it and it still seems to be grayer in color than the main menu. Please let me know how to make it 100% white.

    See the attachment for comparison.

    Kevin

    Attachments:
    You must be logged in to view attached files.
    #130121
     Radu
    Moderator

    First try without removing CSS

    Now use this css for 100% white

    COPY CODE
    
    .kleo-main-header .nav.navbar-nav li a {
        color: #fff !important;
    }
    

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?