Home › Forums › VW Theme › VW HOTEL PRO THEME › Some stuff I want to change
Tagged: logo, search button
- This topic has 5 replies, 2 voices, and was last updated 2 weeks ago by
developer vwtheme.
-
AuthorPosts
-
March 14, 2022 at 9:10 pm #78887
Michał Kowalik
ParticipantHi 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.
-
This topic was modified 10 months, 2 weeks ago by
Michał Kowalik.
March 15, 2022 at 11:25 am #78925developer vwtheme
ParticipantHi,
Could you please share the website url
Thank you
March 18, 2022 at 10:13 am #79072Michał Kowalik
ParticipantHello, website URL:
wjabloniowymsadzie.pl
-
This reply was modified 10 months, 2 weeks ago by
Michał Kowalik.
-
This reply was modified 10 months, 2 weeks ago by
Michał Kowalik.
March 19, 2022 at 9:07 am #79094developer vwtheme
ParticipantHi,
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
January 12, 2023 at 8:12 pm #89264Michał Kowalik
ParticipantTHanks 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.
January 13, 2023 at 1:27 pm #89293developer vwtheme
Participant -
This topic was modified 10 months, 2 weeks ago by
-
AuthorPosts
- You must be logged in to reply to this topic.