Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #333592

    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

    #334156

    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

    #334171

    Hi Ismael,
    Thanks for the message.
    I should have provided a link.
    It is – http://182.160.153.36/~kx83j3k9sk4
    Cheers
    M

    #334193

    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

    #335889

    Hi Arvish,
    Thanks for the help.
    Mohan

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘GTB – Header font size and colort’ is closed to new replies.