- This topic has 3 replies, 2 voices, and was last updated 8 years, 10 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Nature One Pro Toggle Menu & Blog
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.
Hi 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,
Dave
That 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,
Hi 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
TYPO3 to WordPress Migration If you want to migrate your website from TYPO3 to WordPress, here are the full-fledged solutions. Though the migration process can […]
Umbraco to WordPress Migration A content management system is important for any small to big business. It helps to make your digital platform strong and […]
In the event that you have both a WordPress site and a YouTube channel, you should need to incorporate these stages. One route is by […]