Home › Forums › VW Theme › VW SECURITY GUARD PRO THEME › Security Guard WordPress Theme issues
Tagged: Security Guard WordPress Theme
- This topic has 5 replies, 3 voices, and was last updated 1 year, 3 months ago by developer vwtheme.
-
AuthorPosts
-
September 25, 2018 at 1:10 am #6970eckhartk9Participant
Hello, 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 vwthemeParticipantHi,
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 #6998eckhartk9ParticipantThank 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 vwthemeParticipantHi,
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.
August 11, 2022 at 6:56 am #84279Kevin QuekParticipanti had purchase the VW Security Guard theme and done the above. problem is now the space occupy by the search bar (different color from the menu) is still there, and menu had spanned across 2 row and there are empty bar space on the left side and right side. PLease advise how to make the menu bar span across the entire width of the page?
August 12, 2022 at 9:48 am #84354developer vwthemeParticipantHi,
Could you please share your website URL?
Thank you
-
AuthorPosts
- You must be logged in to reply to this topic.