• Resolved ihdumille

    (@ihdumille)


    Hi
    is it possible to change size of the text in the header menu?
    they look so small
    regards christina

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi,

    For making the size of the header menu bigger, you can go to the Appearance > Customize > Additional CSS in the dashboard and insert the code mentioned below:

    .tg-site-menu--default a{
    	font-size: 16px;
    }

    Note: You can change the size of the menu by changing the number(16) in the given code.

    Thanks.

    Thread Starter ihdumille

    (@ihdumille)

    Thanks that worked, do you know why there is so much space between the header menu and the text on the page?
    Can I change that too?
    Christina

    Hi,

    Yes, you can change it too. Currently, your site is in maintenance mode. Could you make it accessible to us, so that we can inspect it and give you a proper solution?

    Thanks.

    Thread Starter ihdumille

    (@ihdumille)

    oh sorry, now I deactivated it

    Hi,

    For decreasing the white space below menu, you can go to the Additional CSS box and insert the code mentioned below:

    .site-content {
        margin-top: 20px;
    }

    Thanks.

    Thread Starter ihdumille

    (@ihdumille)

    Thanks that worked ??

    Hi,

    Glad to know it worked. Feel free to ask again if you get any issue regarding the theme. If you liked this theme, you can help us by leaving a review.

    Thanks.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘change size in header’ is closed to new replies.