Hey,
you can use this css:
.topbarmenu ul li a {
font-size: 14px;
font-family: sans-serif;
}
Just paste it into your custom css box in Theme Options > Advanced Settings.
Hope it helps!
Hannah
Hi I have pasted it in the private css box but it did not.
I’m not seeing the CSS in your code. Did you paste it in Appearance > Theme Options > Custom CSS?
Hannah
Yes, I did it, I did it because it did not work.
It’s OK now Thank you very much
Hi how can I add css to Main Menu1
What would you like to do to it? What kind of edits?
Hannah
İkincil Navigasyon menu arka planına renk ekleme, yazı boyutu, yazı stili ve hover eklemek istiyorum.
Yani topbar menü gibi
You can set the background from Theme Options > Advanced Styling. Then you can use this css to adjust the color, size, style, and hover effects:
#nav-second ul.sf-menu a {
color: #fff;
font-family: sans-serif;
font-size: 18px;
}
#nav-second ul.sf-menu a:hover {
background: #333;
color: #eee;
}
Hope that helps!
Hannah
Merhaba kodu yapıştırdım, böyle oldu http://www.beydagiyapi.com/
Örnekteki gibi menü nasıl yapalirim?
http://www.webiktisat.net/
C:\Users\Computer\Downloads
file:///C:/Users/Computer/Downloads/Untitled.png
This tutorial explains adding icons to your menu: https://www.kadencethemes.com/add-icons-to-your-menu/
The premium theme has an option to enable a full-width submenu. However, the free theme does not have this option, sorry.
Hannah