• Hi everyone,

    I am testing the Attesa-theme (business) and have trouble editing the top bar.

    I want to:
    + Make the top bar bigger in height
    + Make the fonts in the top bar bigger

    I checked the settings and the Attesa-documentation and cant find any settings or tutorials to edit the top bar like I said.

    Can you help me?

    Cheers,

    • This topic was modified 4 years, 7 months ago by Maziar. Reason: Website is not necessary to be shown
Viewing 1 replies (of 1 total)
  • Theme Author CrestaProject

    (@crestaproject)

    Hi @jiraiya84
    I already answered you via support ticket from the AttesaWP website, but I also answer you here in case it could be useful to someone else ??

    This small change can be made with custom CSS.
    Go to your WordPress Dashbard under “Appearance-> Customize-> Additional CSS” and paste this code:

    
    .nav-top {
        max-height: none;
    }
    .nav-top .container {
        font-size: 16px;
        padding: 1.2em 1em;
    }
    

    Change the font-size to control the font size inside the top bar.
    And change the first part of padding (1.2em) to change the height of the top bar.

Viewing 1 replies (of 1 total)
  • The topic ‘Edit TOP BAR’ is closed to new replies.