• Hi.

    I just created a new dropdown menu in my top menu-bar “shop”.
    Now I need to change the backgroundcolor and font inside the dropdown menu.
    How does this work ? Is there an option for this?

    As theme I′m using OceanWP.

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

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi, @cemens9966

    Your theme might provide options to customize your menu appearance at Dashboard > Appearance

    You can ask here if that is possible:

    https://www.ads-software.com/support/theme/oceanwp/

    If not, you can add custom CSS in Dashboard > Appearance > Customize > Additional CSS:

    #site-navigation-wrap .sub-menu li a {
        color: #FF0000 !important;
    }
    ul.sub-menu {
        background-color: #F7FF14 !important;
    }

    Hope this helps!

    Thread Starter cemens9966

    (@cemens9966)

    Sadly my theme doesnt provide such option (maybe didnt find one)
    But it worked with custom CSS code.

    Thanks!

    Happy to hear it worked!

    If your question has been answered, we would love if you would mark this topic as resolved in the sidebar. This helps our volunteers find the topics that still need attention and more people will get helped, possibly like you did.

    Thanks!

    Hi guys,

    Might be in the wrong place for this but had a question.
    Is there any additional css I can input to centre the menu in my header on desktop but have the hamburger toggle aligned to the absolute right on mobile devices?

    Using mesmerise theme if that helps.

    Any help is appreciated.

    Thanks

    Hi, @nmcpherson128

    As per the Forum FAQ, please post your own new topic.

    A lot more people will see your post, and that way you stand a good chance of getting the assistance you want.

    You can ask here
    https://www.ads-software.com/support/theme/mesmerize/

    if your theme has that option included or ask here
    https://www.ads-software.com/support/forum/miscellaneous/#new-topic-0

    for a custom css fix. Please describe your problem in the topic you start there as well!

    Kind regards!

    Hello Vlad, trying my luck here.

    I have the Mesmerize pro theme and would like to know how to change the inner page > navigation > submenu typography to the below:

    Font: Open Sans
    Variant: Normal (400)
    Font size: 15px
    Line height: 150%
    Letter Spacing: 1px
    Text transform: Uppercase

    Thank you.

    • This reply was modified 3 years, 10 months ago by mustu588.

    Hi, @mustu588

    Since you use a commercial theme ( Mesmerize Pro ), please go to their official support channel. We feel they are best equipped to support their products.

    https://extendthemes.com/mesmerize/#support

    Forum volunteers are not given access to commercial products, so we would not know why your commercial theme is not working properly. Commercial products are not supported in these forums.

    Kind regards!

    Hey Vlad,

    Thanks for reaching out with the link. I have gone ahead and sent them an email.

    Cheers!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Customizing dropdown menu (color and font)’ is closed to new replies.