Hi there,
I would like to change the menu options font in terms of size and colour, please let me know if this is possible and how it is done?
Thanks,
Keith
Hey keifygeorge!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.main_menu ul:first-child > li > a { font-size: 16px; }
.header_color .main_menu ul:first-child > li > a { color: red; }
Regards,
Yigit
Hi thanks for that – excellent. I was also wondering how I change the header background colour and if there is a more sophisticated colour choice rather than writing RED for example?
Hi!
Please go to Enfold > Styling > Header tab. Change the Header background color. You can use rgba and hex colors.
Regards,
Ismael
Hi
I also want to know how I can change the text style/size etc. in a text block? Thanks.
To clarify I would like to be able to change the colour and size of text in a text block. I do not want to change the text characteristics for the entire site – just the text block.
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.avia_textblock { color: red; font-size: 16px; }
Cheers!
Yigit
Hi
I have added this code but it is not making any change,