Ubermenu 1px edge around the titles font

web URL in the scured note.

Can somebody tell me, why the font of the menu has this white 1 pixel edge around it? And how can I get rid of it?
I rifled the ubermenu settings and I could not find anything pointing to this effect.

thank you very much in advance
Ondrej Vranka

Hi Ondrej,

Thanks for reaching out.
It seems that the text shadow attribute of the widget class is responsible for that, please add a small piece of custom CSS code into Theme Options > CSS to get rid of this.

.ubermenu_navigation_widget-class.widget 
{
    text-shadow:none;
}

Remember that the above code will work if copied as it is and don’t conflict with any existing style.
Please note that the code provided serves only as a guide to help you get started custom coding on your own if there’s no option offered in our theme or the products we bundle.
We do not provide support for custom codes that means we can’t fix it in case it conflicts with something on your site nor will we enhance it.

Thanks

thank you very much! that worked like a charm. Is there a list of css selectors anywhere? figuring those out via browser is a “little” tedious.

Hi Ondrej,

Glad that it works for you. Regretfully, there is no such fixed list of selector as they vary from case to case.

Thanks

Ok. Let’s try it otherway - every skin of the UM has to have a CSS file? I found it actually, so here are some infos about the selectors to find… not all, but the most important.

Anyway thx a lot for your support.

Hi Ondrej,

You’re welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.