- This topic has 5 replies, 2 voices, and was last updated 8 years, 9 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Nature one pro – mobile menue
Hello,
I want to adjust the background color of the dropdown menue for mobile use. It is white but I want it black. Where can I adjust this.
Best regards Janna
www.rockamkreis.de
Hi Janna,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
@media screen and (max-width:768px){
.nav ul{background:#000000 !important;}
}
Regards,
Dave
Thank you Dave,
this work super! I have one more question. In the mobile version the titles of the slider cover most of the image. Is it possible to put the title under the sliderimage just for mobile? Or any other option to optimize this?
Thanks for your support!
J.
Hi Janna,
@media screen and (max-width:479px){
.slide_info{background:inherit !important;}
.slide_info h2{font-size:22px !important;}
}
Regards,
Dave
Wow, this looks so much better now!
Thank you Dave 🙂
If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/
Regards,
Dave
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 […]