Change bottom header - by vag335 - on WordPress WooCommerce support

This topic has 4 replies, 2 voices, and was last updated 4 years, 4 months ago ago by Rose Tyler

  • Avatar: vag335
    vag335
    Participant
    November 29, 2019 at 22:25

    Good evening, excuse me but I still have a problem today. I want to add an image to the bottom menu and not the green color I had selected. If I remember correctly, a few months ago the theme options menu was different. I’m looking but I don’t find the option to paint. Can you help me;

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 30, 2019 at 10:08

    Hello,

    Theme Options > Theme Custom CSS > delete the next code:

    .navigation-wrapper {
        background-image: none !important;
        background-color: #6fbc44 !important;
    }

    and

    .navigation-wrapper{
        background-image: url(https://toypark.gr/wp-content/uploads/2019/08/bg-menu-x.jpg);
        background-size: contain;
        background-repeat: repeat-x;
    }

    you will get > http://prntscr.com/q4746u

    Image of grass –

    .navigation-wrapper {
        background-image: url(https://toypark.gr/grass.svg) !important;
        height: 80px;
    }

    comes from style.css file of your child theme.

    This code of border http://prntscr.com/q474id you can find in Theme Custom CSS.

    I would recommend you to activate Header builder via Theme options and create the desired header for desktop and mobile from scratch depends on your needs. Here you can find video tutorials – https://www.youtube.com/watch?v=RbdKjQrFnO4&list=PLMqMSqDgPNmDu3kYqh-SAsfUqutW3ohlG

    Regards

    Avatar: vag335
    vag335
    Participant
    November 30, 2019 at 10:47

    Thanks so much again.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 30, 2019 at 11:13

    You’re welcome!

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

The issue related to '‘Change bottom header’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.