Theme4Press › Forums › alora › Dropdown Menu Font Issues › Reply To: Dropdown Menu Font Issues
#22361
|
Hi,
Please use the following codes in Theme Options -> Custom CSS
1 2 3 4 5 6 7 8 9 10 |
.menu-item a { font-family: Times New Roman !important; } #wrapper #nav ul li ul li a { border: medium none !important; } #wrapper #nav ul { border-radius: 0px 0px 10px 10px !important; } |
Result screenshot. http://i.share.pho.to/2a9be832_o.png
Thanks!