Hi,
I need to increase the font size to 16px and cont color to #000000;
Tried
.html_header_top.html_bottom_nav_header .main_menu ul:first-child > li a { font-size: 14px; color:#000000 !important;
}
.header_color strong {color: #000000; font-size: 16px !important;;}
It did not work;
In Advanced styling, selected title and changes the parameters. The parameters were saved – but the fonts remained the same size and color.
Please help.
Mohan
Hi Mohan-Iyer!
Thank you for using Enfold.
Did you use the Main Menu Links on the Advanced Styling panel? Please post the link to the website here. We would like to check it.
Cheers!
Ismael
Hi Ismael,
Thanks for the message.
I should have provided a link.
It is – http://182.160.153.36/~kx83j3k9sk4
Cheers
M
Hi!
It is still not very clear as to which element you wish to change the font-size and color for.
If it is the entire body, add this code to Quick CSS:
body {
font-size: 16px;
color: #000;
}
Otherwise, please let us know which elements you need a font size and color change for and we shall gladly assist.
Regards,
Arvish
Hi Arvish,
Thanks for the help.
Mohan