• How can I make the logo bigger in the header and remove the “Search products…” box?

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author VW THEMES

    (@vowelweb)

    Hello @madpress66,

    1. Follow the below steps to change the logo size for that Go to Dashboard >> Appearance >> Customize >> VW Settings >> Site Identity >> Logo Size >> Here you can change the logo size >> Publish it.

    2. To remove header search you have to follow the below step Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Here you have to paste below CSS code >> Publish it.

    .main-header .woocommerce-product-search {
        display: none;
    }

    Thanks.

    Thread Starter madpress66

    (@madpress66)

    Removing the Search bar worked perfectly, thank you.
    The logo still only goes a little bit bigger, but I guess that is fine.

    Now I have a new problem:
    My paragraph text is justified and I would like it to be left aligned. Could you please give me the CSS code to add to Additional CCS for that. Greatly apprecaited.

    Theme Author VW THEMES

    (@vowelweb)

    Hello @madpress66,

    To change the paragraph alignment you have to follow the below step Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Here you have to paste below CSS code >> Publish it.

    .content-vw p {
        text-align: left !important;
    }

    Thanks.

    • This reply was modified 4 years, 2 months ago by VW THEMES.
    Thread Starter madpress66

    (@madpress66)

    Thank you VW Team,
    the left alignment code works perfectly.
    About the logo, yes, I know I can make the logo bigger in Customize, but that really only works if the logo is square.
    But how can I make the logo bigger, if my logo is horizontal? Do I also need to add a CSS code?
    Thank you SOOOO much for all your help.

    Theme Author VW THEMES

    (@vowelweb)

    Hello @madpress66,

    You have to change the dimensions of the logo then upload the logo again.

    Thanks.

    Thread Starter madpress66

    (@madpress66)

    So you are saying only square logos work for this template?

    Theme Author VW THEMES

    (@vowelweb)

    Hello @madpress66,

    As we have checked you are using the PRO theme, This is the lite theme support forum, Contact the premium theme support team from the website.

    Thanks.

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