Some stuff I want to change
-
Hi guys, I would like to get rid of search button, like it is in free theme. Also I want to be able to set bigger logo. Thanks in advance.
Hi,
Could you please share the website url
Thank you
Hello, website URL:
wjabloniowymsadzie.pl
Hi,
To remove the search button add the following CSS. To add CSS follow the steps below
Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the given CSS on it>> Publish.
.search-box {
display: none;
}
To make the logo bigger add the following CSS. To add CSS follow the steps below
Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the given CSS on it>> Publish.
#header .logo img {
width: 343px; // kinldy increase the widht according to your requirment
}
Thank you
THanks for solution for logo adjustment. Just wanted to be sure, that there is no other way, to do this. Now logo doesn’t look nice. Looks like it was first reduced, then enlarged. Originaly is in hi-res.
Hi,
Kinldy share the query on support@vwthemes.com
Thank you
- You must be logged in to reply to this topic.