• Hi Team,

    is there a chance to enlarge the Menu in the top of the page?
    We would like to make the letters bigger.

    Add on, is it possible to make the background highlighted during hover or opening?

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

Viewing 1 replies (of 1 total)
  • Theme Author Abileweb

    (@abileweb)

    Hi,

    Please add the following code on child theme style.css

    @media screen and (min-width: 991px){{
    body .header-menu .container {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    }
    }
    Result will be like this one https://d.pr/free/i/YNL9E8 .

    Add on, is it possible to make the background highlighted during hover or opening? – Do you mean for Nav menu? If yes then use following code in child theme style.css

    .main-navigation .current-menu-item {
    background: chocolate; / * Replace your color here */
    }

    Output : https://d.pr/free/i/HTijdo

    Thank you.

    regards
    Abileweb

    • This reply was modified 5 years, 6 months ago by Abileweb.
Viewing 1 replies (of 1 total)
  • The topic ‘Header Text size and color background’ is closed to new replies.