Home › Forums › All Other Themes › Nature one pro – mobile menue
- This topic has 5 replies, 2 voices, and was last updated 6 years, 10 months ago by
Forum Moderator.
-
AuthorPosts
-
November 22, 2016 at 9:11 pm #53576
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.deNovember 23, 2016 at 5:18 am #53595Hi 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,
DaveNovember 23, 2016 at 6:55 am #53610Thank 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.November 23, 2016 at 7:17 am #53616Hi Janna,
@media screen and (max-width:479px){
.slide_info{background:inherit !important;}
.slide_info h2{font-size:22px !important;}
}Regards,
DaveNovember 23, 2016 at 7:36 am #53621Wow, this looks so much better now!
Thank you Dave 🙂November 23, 2016 at 7:40 am #53623If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.