Top Menu issues
-
sorry the site is http://davesheppardart.com
thanks.For the menu items:
#top-navigation ul a { font-weight: bold; font-size: 18px; }And to get rid of the search icon:
.top-search-icon { display: none; }thank you that is awesome!
would you have any idea why the fonts are all upper case?
for style I am using lower case writing, but the menu always interprets them as upper case for the menu bar. I can’t seem to find any code relating to this style issue.
Not a huge deal, but it would be nice to be consistent.To change your menu items to all lowercase, add this to
#top-navigation ul a { }:text-transform: lowercase;thanks again !
appreciate itme being a pest, sorry. The changes you suggested have all worked and are what I wanted, however they are not translating to the mobile version I see on my phone. Any ideas?
In your custom CSS plugin, the ending bracket was mistakenly left off the media query
@media screen and (min-width: 500px), causing all the CSS rules after it to be interpreted as part of the media query. A quick fix would be to delete all the CSS I suggested and rewrite it anywhere above the@medialine, but I also suggest trying to figure out where the missing bracket should be.think that did it. Thanks again !
Does anyone know how to include a drop-down menu in this top bar?
HI,
I am facing similar kind of problem regarding primary menu.
Can you please tell me how to change primary menu’s color ?Hi,
How can I get this Menu bar to fix it on the top when we scroll down?
When scrolling down this menu “disappears”..Thank you
My main menu at the top has sub menus which are suppose to drop down but its not. Any ideas?
The topic ‘Top Menu issues’ is closed to new replies.
