Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #195822

    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

    #195855

    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

    #195923

    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?

    #196029

    Hi!

    Please go to Enfold > Styling > Header tab. Change the Header background color. You can use rgba and hex colors.

    Regards,
    Ismael

    #296349

    Hi

    I also want to know how I can change the text style/size etc. in a text block? Thanks.

    #296560

    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.

    #296732

    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

    #297307

    Hi

    I have added this code but it is not making any change, CSS

    #297499

    Hi!

    Thank you for the screenshot.

    Please try this one:

    .avia_textblock > * {
    color: red !important;
    font-size: 16px !important;
    }

    Regards,
    Ismael

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Changing Menu Font’ is closed to new replies.