Hello again,
Thank you for the great theme and the wonderful support that goes with. I was wondering how to change the text size of both the main menu and the secondary menu on this page: http://wordpress.rpsplanadm.com. I was also hoping to get the text color for the main menu black ( have it set to #000000 in the settings yet it is still grey).
Thank you again,
Brandon
Hey Brandon!
Try adding this code to the Quick CSS:
#avia-menu > li > a {
font-size: 22px !important; /* This will affect the main menu */
}
.sub-menu a{
font-size: 14px !important; /* This will affect the secondary menu */
}
#avia-menu a {
color: black !important; /* This will affect the color in all menus */
}
Cheers!
Josue
Hi Josue,
It has worked for coloring the text and the children in the mega menu are changing size but the Parent size is not changing. Thank you for the quick response and for your help thus far.
Brandon
Hi!
There are typos in the code: http://wordpress.rpsplanadm.com/wp-content/uploads/dynamic_avia/enfold.css?ver=1
In the Quick CSS, replace the gt; by “>”.
Cheers!
Josue
That worked great!
Thank you Josue for that, I much have lost that code in the copy paste process. This is a great theme and the support is outrageously quick and helpful.
Have a great day,
Brandon
You are welcome, glad we could help :)
Regards,
Josue