• Resolved nikosroussidis

    (@nikosroussidis)


    How can I change the size of the home button ?? I tried this code :
    .navbar-wp .navbar-nav > li> a.homebtn span {
    font-size: 24px;
    line-height: 0.98;
    but didn’t work.
    I want to change the size or the exact place because the home button is not aligned with the menu buttons

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author themeansar

    (@themeansar)

    Hi,

    Thanks for contacting us,

    For this add the below css code in additional css filed (Theme Dashboard >> appearance >> customize >> additional css )

    .navbar-wp .navbar-nav > li> a.homebtn span
    {
    font-size: 30px !important;
    }

    Change the font size according to your need

    Thanks

    Thread Starter nikosroussidis

    (@nikosroussidis)

    Hello,
    It worked! thank you !

    Theme Author themeansar

    (@themeansar)

    Hi,

    Glad to know it worked for you.

    We would really appreciate if you could provide us a review here:

    https://wordpress.org/support/theme/newsup/reviews/#new-post

    If you have any more questions, feel free to ask again!

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Home button size change’ is closed to new replies.