-
Search Results
-
Topic: Change Font of submenu
Hi there
I would like to change the submenus (first and second level) to the same font as my main menu font “Montserrat”. The submenus should not be uppercase and have slight smaller font size. At the moment they’re set to “Verdana”
Please have a look at the site I’m working on: http://beta.adworks.ch/alpenrose/en
For changing the main menu to montserrat I used the following CSS code:
body .header_color .main_menu ul:first-child > li > a { font-family: 'Montserrat', sans-serif !important; text-transform: uppercase; font-size: 13px !important; font-weight: 400; }Can you please help me with the custom CSS code for defining the submenus.
Thanks a lot, Sam
Topic: Header text size
I am trying to change the size of the text in the header.
Using the code below I managed to change the size of the body text.
Instead the size of the header text does not change.I hope you can help. I am looking forward.
Many thanks.body { font-size: 16px!important; }
header { font-size: 16px!important; }how to enter it in quick css? Would you know if Hero or Century gothic is websafe font?
I have currently selected Valera Round for headings, and helvetica for body text.
What is your advice, and how to word the quick css?I would also like a css script to make the body text as one point bigger, I selected helvetica,
I have changed my website background to black, see http://www.robynhaakercounselling.co.nz/wp/.
Now colour scheme is good except I need to change the colour for just the navigation menu items before they are clicked.. i.e. they are currently not showing well on the black background. Is there a place in the options I have missed, could you direct me to it, or could you provide me a css?The footer headings are also defaulting to a colour I cannot see. therefore I need to change those too….
Hope you can help…I would be most grateful.Prior to version 2.3.2 we used to be able to modify the size and look of the “Responsive Menu Button” by modifying the code around LINE 106 of the “avia.js” file :
show_menu = $('<a id="advanced_menu_toggle" href="#" class="avia-font-entypo-fontello" style="width:32%; background-color:#d8d8d8; margin-right:-15px; border:thin #666767 solid"><font face="Arial, Helvetica, sans-serif" style="font-size:18px; color:#666767; margin-right:5px; padding-left:5px; font-weight:bold">MENU</font></a> '), //PIGO added the word "menu"===========================
Now we cannot in version 2.3.2.
How can we once again alter the size and look of the “Responsive Menu Button”. ?
Thanks in advance.






