Summer Sale Alert! Save 20% on WP Theme Bundle: 240+ WP Themes & 5 Plugins. Use Code "SIZZLE20"
Summer Splash Sale: Dive into 25% Off On All Our Premium WordPress Themes! Use Coupon Code "SPLASH25" at Checkout.

VW Industrial Pro – Menu not showing on mobile device

Home Forums VW Theme VW Industrial Pro – Menu not showing on mobile device

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #37898
    Lily Garden
    Participant

    I have some isues related to mobile device:

    – I have choosed to make the background of the top navigation white but now I can’t see the menu on mobile device.
    – When I open the menu on mobile device, the background color is blue – can I change it without changing other element on the webpage?
    – The footer logo (under the section Footer Widgets) is overlaped by the background image from the Slider settings section on mobile device.

    Also I would like the headlines in the footer to be white (in stead of gray) on all devices.

    URL: https://nordickloak.dk/

    I hope that you can help me with the above problems. Thanks a lot for a great theme 🙂

    #37992
    developer vwtheme
    Participant

    Hi,

    Thank You for choosing us!

    Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the given CSS on it >> Publish.

    .toggle-nav i {
    font-size: 29px;
    color: #41b5d8;
    }


    @media
    only screen and (max-width: 600px) {
    #footer_box {
    padding: 0px 0 15px 0;
    margin-top: 50px;
    }
    }

    If you need further assistance or clarification please let us know.

    Thank You.

    #38047
    Lily Garden
    Participant

    Thanks a lot for your reply.

    I still have a couple of things I need to be solved. Can I have the background color white or light gray in the menu dropdown on mobile device (it is still blue)? And can I change the headlines in the footer to white (in stead of gray) without changing other elements?

    Thanks a lot for your help so far. I really appreciate it

    #38158
    developer vwtheme
    Participant

    Hi,

    Thank You for choosing us!

    Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the given CSS on it >> Publish.


    @media
    screen and (max-width: 1024px){
    .sidenav {
    background-color: #ccc;
    }
    }

    #footer h3.top_title {
    color: #fff !important;
    }

    #footer h3.widget-title {
    color: #fff !important;
    }

    Many Thanks!

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