• Resolved zernonia

    (@zernonia)


    Hi, I wanted to change my logo in the main page header, but it just too small for me to fit it in. I’m using a 1200×1200 pixel logo, yet the logo is still resized into a tiny mini logo. Other than that, can i change more text colour from the theme? I’va changed some of it by changing via layout setting, but there’s still some wording I would like to change it’s colour, eg “Home” from my main page.

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Veda

    (@vedathemes)

    by default, logo’s height is restricted to 56px, which you can increase using following steps,

    1. Go to Dashborad > Appearance > Customize > Additional CSS.
    2. Copy & Paste following CSS to the Additional CSS section,

    .custom-logo-link img {
        height: auto;
    }

    It will increase logo height to 120px which should be the ideal maximum size for a logo.

    Please check and inform if this logo size is sufficient for your purposes, if not, I will try to help further.

    For changing colors, presently theme only provide one option for changing colors (which you have already used). However, I will provide more options in future updates.

    Thanks,

    Thread Starter zernonia

    (@zernonia)

    Perfect. I do hope for more update!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Main Page Logo’ is closed to new replies.