- This topic has 5 replies, 2 voices, and was last updated 8 years, 7 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- The topic ‘Submenu on mobile Devices’ is closed to new replies.
Home › Forums › SKT Full Width Forum › Submenu on mobile Devices
Good Morning,
i am using “Full With Pro”, looking good so far.
Now i am wondering: Is there a way to show submenus in a different color on mobile devices?
Say, i have the following menu:
Topic1
– Subtopic1
Topic2
– Subtopic1
– Subtopic2
Topic3
Is there a way to have a different link color at the subtopic level, when i use the theme on mobile devices?
Best regards,
Mike
Hi Mike,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
#site-nav ul li ul li a{color:#fff000 !important;}
Regards,
Dave
Thank you! That’s almost perfect ;).
Is there a way to only change the color on the mobile view, but not on the regular view? That would be perfect then!
Regards, Mike
Hi Mike,
remove the previous code and add this code:
@media screen and (max-width:768px){
#site-nav ul li ul li a{color:#fff000 !important;}
}
Regards,
Dave
Hey Dave,
thanks a lot! This is exactly what i was looking for. I appreciate it 🙂
Regards, Mike
If you found our service good kindly review us here:
https://www.sktthemes.org/forums/topic/reviews-and-testimonials/
Free WordPress Carousel Plugins Here is the best free WordPress carousel plugins that you need to know: Are you thinking of giving your WordPress website […]
Appointment Booking Plugins for WordPress Running a service-based business without proper scheduling tools feels like juggling flaming torches while blindfolded. You’re constantly switching between phone […]
Yoast vs All in One SEO: Which SEO WordPress Plugin is Best? You’ve built a fantastic WordPress website. The design is sleek, the content is […]