Nature one pro – mobile menue

Home Forums All Other Themes Nature one pro – mobile menue

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #53576
    JannaJanna
    Member
    • Topics: 8
    • Replies: 11
    • Total: 19
    Member since: November 15, 2016

    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.de

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

    Hi 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,
    Dave

    #53610
    JannaJanna
    Member
    • Topics: 8
    • Replies: 11
    • Total: 19
    Member since: November 15, 2016

    Thank 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.

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

    Hi Janna,

    @media screen and (max-width:479px){
    .slide_info{background:inherit !important;}
    .slide_info h2{font-size:22px !important;}
    }

    Regards,
    Dave

    #53621
    JannaJanna
    Member
    • Topics: 8
    • Replies: 11
    • Total: 19
    Member since: November 15, 2016

    Wow, this looks so much better now!
    Thank you Dave 🙂

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

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

    Regards,
    Dave

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