• rashidazhussain

    (@rashidazhussain)


    Hello,

    I need css help with the menu bar.

    1: I want to change the font size of the menu.
    2: How can I shift down the dropdown menu box.
    3: How can I change the font size of the dropdown menu? I want the menu to appear in one line.
    4: How can I decrease the padding of the dropdown menu box.
    5: How can I change the font color of the dropdown menu? I want it black like the primary menu.

    Quick question: My primary menu font size and weight looks different than my dropdown page. If you click on my dropdown page – the menu bar font size and weight changes. Kindly advise, how can I fix this please.

    Thanks,
    Rashida H.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Font size:

    .tg-primary-menu > div ul li a {
        font-size: 16px;
    }

    set a different value here.

    submenu font size and adding:

    .tg-primary-menu > div ul li ul li a {
        font-size: 10px;
        padding: .5em;
        color: #000
    }

    color and visibility:

    .tg-primary-menu > div > ul li:not(.tg-header-button-wrap) a {
        color: black;
        font-weight: 700;
    }

    As this is a custom theme for your site, you should try contacting its developer, murtaza ali, for additional assistance.

    To add or override CSS: use the “Additional CSS” option in the customizer. https://www.ads-software.com/support/article/appearance-customize-screen/

    Learn to use the Chrome Developer Tools or Firefox Developer Tools to help you see and test changes to your CSS.

Viewing 1 replies (of 1 total)
  • The topic ‘CSS help needed to fix menu bar’ is closed to new replies.