Submenu on mobile Devices

Home Forums SKT Full Width Forum Submenu on mobile Devices

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #58675
    Michael KeslerMichael Kesler
    Member
    • Topics: 2
    • Replies: 6
    • Total: 8
    Member since: January 9, 2017

    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

    #58822
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30677
    • Total: 30677
    Member since: August 16, 2013

    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

    #58971
    Michael KeslerMichael Kesler
    Member
    • Topics: 2
    • Replies: 6
    • Total: 8
    Member since: January 9, 2017

    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

    #58987
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30677
    • Total: 30677
    Member since: August 16, 2013

    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

    #59429
    Michael KeslerMichael Kesler
    Member
    • Topics: 2
    • Replies: 6
    • Total: 8
    Member since: January 9, 2017

    Hey Dave,

    thanks a lot! This is exactly what i was looking for. I appreciate it 🙂

    Regards, Mike

    #59525
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30677
    • Total: 30677
    Member since: August 16, 2013

    If you found our service good kindly review us here:
    https://www.sktthemes.org/forums/topic/reviews-and-testimonials/

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Submenu on mobile Devices’ is closed to new replies.