- This topic has 1 reply, 2 voices, and was last updated 8 years ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › IT Consultant Support › Nature One Pro – Menu and Favicon
Hi, I am working with Nature One Pro, after first using Nature One. Really love the theme, makes the site look great with images ect
The development website I am working on is www.greenwall.webfield.com.au
A couple of issues have cropped up
The Menu does not work on tablets or phones
How do you load the Favicon?
How do I get rid of the image that is the line with flower in the middle on each subsquent page. Removed image in Theme Options basic Settings
How can I change the colours for the Search Widget
Look forward to your reply
Paul Pascall
Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
@media screen and (max-width:1023px) {
.nav ul li a { color:#000 !important;}
.nav ul li ul li a:hover { color:#8dc63f !important;}
.header .header-inner .nav ul li:hover ul { background:none !important;}
}
h1.entry-title, h1.page-title { background:none !important; padding-bottom:10px !important;}
Regards,
Chris
Do you want to activate WordPress plugins from the database? This term is new yet interesting to learn. And if you are looking for an […]
Image Gallery WordPress Plugins You’ve got stunning visuals, but WordPress’s built-in gallery block is too basic. It doesn’t let you do fancy layouts, lightboxes, or […]
Insert Headers and Footers Plugins When you need to add essential scripts—think Google Analytics, Facebook Pixel, or custom CSS—to your site, modifying theme files is […]