This topic has 4 replies, 2 voices, and was last updated 9 years by Jsb828Be.

  • Author
  • #39685
     Jsb828Be
    Participant

    In the demo, under ‘features’ you have 5 columns. The first subitem is automatically bolded. I don’t want this to happen automatically. I want to unable/able this bolding of the subitems myself.

    #39692
     sharmstr
    Moderator

    Go into the menu and add a class in the CSS Classes field under the item you want to control. Then in your child css, add this (assumes you called the css class “normal-font”.

    COPY CODE
    
    .normal-font a {
    font-weight: normal !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #39706
     Jsb828Be
    Participant

    Thanks for your reply.

    Unfortunately, this didn’t completely solve the issue.

    The first subitem is all in capital letters and also the sizing is different than the the second subitems.

    It would be great if the functionality of the first subitem in mega menu being different could be turned off.

    #39709
     sharmstr
    Moderator

    You only mentioned “bold” so thats the code I gave you.

    COPY CODE
    
    .normal-font a {
    text-transform: none !important;
    font-weight: normal !important;
    font-size: 12px !important;
    }
    
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #39710
     Jsb828Be
    Participant

    You’re right! Thanks you. Almost there. I’m still missing a divider under the first subitem.

Viewing 5 posts - 1 through 5 (of 5 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?