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.
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.
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 5 years, 5 months ago by
VW THEMES.
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.
Hello @madpress66,
You have to change the dimensions of the logo then upload the logo again.
Thanks.
So you are saying only square logos work for this template?
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.