Home › Forums › All Other Themes › Nature One Pro Toggle Menu & Blog
- This topic has 3 replies, 2 voices, and was last updated 7 years, 5 months ago by
Sonnal S Sinha.
-
AuthorPosts
-
June 15, 2016 at 4:55 pm #37238
www.qualityplywoodspec.com/wordpresstest
I need to change the colors of the toggle menu text, background & hover please.
Also, how do I change the format of the Blog page & Blog sidebar to be responsive in mobile view? Thanks.June 16, 2016 at 5:19 am #37293Hi Alex,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
@media screen and (max-width:767px) {
.nav ul{background:#000000 !important;}
.header .header-inner .nav ul li a, .header .header-inner .nav ul li ul li a{color:#ffffff !important;}
.header .header-inner .nav ul li a, .header .header-inner .nav ul li ul li a:hover{color:#d0c90b !important;}
}Regards,
DaveJune 17, 2016 at 4:08 pm #37520That code changed the colors of the navigation menu in mobile view. What I need is to change the colors of the “TOGGLE CONTENT” (shortcode: [toggle_content title=”Toggle Title 1″]
Toggle content 1…
[/toggle_content])
Thanks,June 20, 2016 at 6:03 am #37692Hi Alex,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
.slide_toggle{background:#000000 !important;}
.slide_toggle a{color:#ffffff !important;}
.slide_toggle a:hover{color:#d0c90b !important;}Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.