nav-menu in mobile version

Home Forums SKT Black/White Theme Support nav-menu in mobile version

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #39955
    JamalJamal
    Member
    • Topics: 3
    • Replies: 3
    • Total: 6
    Member since: July 5, 2016

    dears

    – how can i remove/change the background color for the navigation menu in the mobile version
    – also there are 3 small lines in the navigation menu, how can i remove them also and replace them with the word menu
    – how I can make the mobile navigation menu RTL

    if you need I can send you my website URL

    #39974
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Sure send your website URL please.

    Regards,
    Shri

    #40020
    JamalJamal
    Member
    • Topics: 3
    • Replies: 3
    • Total: 6
    Member since: July 5, 2016

    http://www.dcode2020.com/

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

    Hi Jamal,

    Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code there:

    @media screen and (min-width:480px){
    .toggle a{background:#000000 !important;}
    .header .header-inner .nav ul li{text-align:right !important;}
    }

    Regards,
    Dave

    #40057
    JamalJamal
    Member
    • Topics: 3
    • Replies: 3
    • Total: 6
    Member since: July 5, 2016

    thanks for ur response
    I added the code
    but still the menu in mobile not changed
    still black background and not rtl

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

    Hi Jamal,

    You need to change the color code from the previously given code.

    Regards,
    Dave

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