Home › Forums › VW Theme › VW SECURITY GUARD PRO THEME › Security Guard WordPress Theme issues
Tagged: Security Guard WordPress Theme
- This topic has 3 replies, 2 voices, and was last updated 3 years, 9 months ago by
developer vwtheme.
-
AuthorPosts
-
September 25, 2018 at 1:10 am #6970
eckhartk9
ParticipantHello, I’m using Security Guard WordPress Theme and have questions.
1. how can I hide search box on navbar? https://ibb.co/f7EhcU
2. Form on contact page is not right position. https://ibb.co/dU4LWpThanks
September 25, 2018 at 1:35 pm #6981developer vwtheme
ParticipantHi,
Thank you for choosing us!
To disable the search bar, follow the instruction given below:
Go to Dashboard >> Appearance >> Customizer >>Additional CSS
Paste the below code in the box and publish to apply the changes.
.search-box {
display: none;
}To display the contact form in the right position paste the shortcode in Customizer.
To accomplish this Go to Dashboard >> Appearance >> Customizer >> Theme Settings >> Contact.
Put the Contact form shortcode in the shortcode box.
Publish to save the changes then refresh the Website page to see the changes.
If you need any other help please hit a reply.
Thank you.
September 25, 2018 at 9:09 pm #6998eckhartk9
ParticipantThank you!
I would like to do more customize.
1. hidden search box worked but background color still there. Link -> https://ibb.co/nb6cgp
2. I would like logo on mobile to center. Link-> https://ibb.co/c83JnUThanks
September 26, 2018 at 12:48 pm #7014developer vwtheme
ParticipantHi,
To make the logo centered and to remove the color of the search bar follow the instruction given below:
Go to Dashboard >> Appearance >> Customizer >> Additional CSS
Paste the below code in the box and publish to apply the changes.
Refresh the page to view the changes.
#header .logo {
text-align: center;
}
.menubar {
background: rgba(0, 0, 0, 0) linear-gradient(90deg, #04456f 50%, #04456f 50%) repeat scroll 0 0 !important;
}If you need some other help please hit a reply.
Thank You.
-
AuthorPosts
- You must be logged in to reply to this topic.