Navigation menu font size
Home › Forums › Free Theme Support › Zenon Lite › Navigation menu font size
-
#100310
Aliona
On March 3, 2014 at 10:02 pmHi!
How can I change the main menu (navigation bar) font size?I tried to change font size and font style here:
#topmenu ul li a{ text-decoration:none; font-size:20px; text-transform:uppercase; font-family:Arial, sans-serif;}
But it didn’t work.
Can you help please?
Aliona
#100558On March 4, 2014 at 4:32 pmtry this:
body #topmenu ul li a{font-size:20px!important;}
#100577
Aliona
On March 4, 2014 at 5:38 pmFantastic! Thank you! Could you also advise me how to customize the colour of top menu? The menu is gray when not active and when you click on the page name (for example HOME) it gets red. If my company colour is say green and black, how can I change this default gray+red combination?
Many thanks!
#101183
Aliona
On March 6, 2014 at 10:45 amHello!
My site address is:
http://englishfreedomschool.comThese are things I need your help in:
1. How to change font in the main menu, logo and tagline.
Here is the example of the font I want:
http://www.fontcubes.com/London-Between.fontBut I’d like to know how to use different fonts, because I am planning to use another italicized font for tagline.
2. How to change grey+red colour scheme to other colours in the main menu and side menu.
3. How to highlight links in my pages texts. For example, if the neutral text is grey, I want the links to be say red colour throughout the text and when you point at them they change into black. If this sounds confusing, please have a look at how links work at this web-site: http://xosarah.com/about-sarah/
4. How to change plain background to the texture (for example this one: SANDPAPER http://subtlepatterns.com/page/3/)
Thank you and look forward to your reply!
Aliona#102897On March 10, 2014 at 7:31 am1. Download this zip file and extract it. then upload the extracted folder to your theme’s “fonts” folder:
http://ge.tt/api/1/files/7XtnQkP1/0/blob?downloadthen add this to your functions.php:
function zenon_other_css() { if ( !is_admin() ) { wp_enqueue_style('london',get_template_directory_uri().'/fonts/london.css', 'london' ); } } add_action('wp_enqueue_scripts', 'zenon_other_css');
Then add this to your stylesheet:
.logo h1 a, .desc{font-family:'londonbetweenregular'}
2. You can only do that in the PRO version.
3. send me a page link where you added links but they are grey.
4. Go to Appearance> Backgrounds to upload your pattern image.
#106363
Chris
On March 15, 2014 at 7:28 pmI wanted to increase the font size of my navigation menu so I have edited the style.css from:
#topmenu ul li a:hover, .postitle a:hover, .zn_post_wrap a, #sidebar .widgets ul li a:hover, .comm_meta_reply a:hover, .logged-in-as a, #topmenu .current_page_item a{color:#D73A36;}
To:
body #topmenu ul li a{font-size:20px!important;}, .postitle a:hover, .zn_post_wrap a, #sidebar .widgets ul li a:hover, .comm_meta_reply a:hover, .logged-in-as a, #topmenu .current_page_item a{color:#D73A36;}
The result is that my font size is bigger, but I seem to have lost the drop down functionality
http://www.ukguitarlessons.com
Thank you
#106607On March 16, 2014 at 7:28 amreplace this:
body #topmenu ul li a{font-size:20px!important;}, .postitle a:hover, .zn_post_wrap a, #sidebar .widgets ul li a:hover, .comm_meta_reply a:hover, .logged-in-as a, #topmenu .current_page_item a{color:#D73A36;}
with this:
body #topmenu ul li a{font-size:20px!important;} .postitle a:hover, .zn_post_wrap a, #sidebar .widgets ul li a:hover, .comm_meta_reply a:hover, .logged-in-as a, #topmenu .current_page_item a{color:#D73A36;}
#106965
Aliona
On March 16, 2014 at 9:30 pmHi! Thanks for your reply. I’ve followed all your instructions and the font did change, but not to London Between. It looked like Times New Roman. So I tried another font instead (Oxygen), but the result was the same: the Times-like font. So it seems no matter what font you add to your font folder, it changes to one and the same font. Please, can you double check if you didn’t miss anything in your instructions, please?
#107287On March 17, 2014 at 8:56 pmare you you sure you made the edits in functions.php? the font is not being loaded…
#122782
Vaibhavi
On April 14, 2014 at 7:23 pmHey Towfiq,
I am using Zenon lite, I am not able to increase navigation menu font size, I tried to locate above fix line but it did not help, Please help!
Any idea from where I can upload favicon for my blog? Thanks in advance, dude.
#123129On April 15, 2014 at 9:23 am@Vaibhavi please press ctrl+f5 couple of times to see the change,
#168044
Malbeline
On June 24, 2014 at 5:00 pmI tried the above help for changing the navigation menu font size and it didn’t work. I tried the ctrl+f5 a few times as well and still no luck! Any help would be great! Thanks!
You must be logged in to reply to this topic.