SKT Nature Pro – Mobile Menu???

Home Forums All Other Themes SKT Nature Pro – Mobile Menu???

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #72369
    RobertRobert
    Participant
    • Topics: 71
    • Replies: 90
    • Total: 161
    Member since: April 3, 2016

    Mobile Menu Missing… http://wildboarfarms.com
    And can page titles and widget titles be line spaced better on Mobile??

    Note: The template was customized by Skiri

    Thanks, Bobby

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

    Hi,

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    @media screen and (max-width:767px) {
    h3.widget-title { line-height:28px;}
    h1.entry-title, h1.page-title { line-height:36px !important;}
    .header .header-inner .nav ul li a, .header .header-inner .nav ul li ul li a { color:#282828 !important;}
    .header .header-inner .nav ul li.current-menu-item a, .header .header-inner .nav ul li a:hover { color:#dd3333 !important;}
    .header .header-inner .nav ul li:hover ul { background:transparent !important;}
    .header .header-inner .nav ul { font-size:15px !important;}
    }

    Regards,
    Chris

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.