• Hello everyone
    thanks for this beautiful theme, i was trying to use it but i was wondering how to erase the bar on top, you know the one that goes from pink to green in the middle before the logo and the search box.

    I looked in the header, the options and i didn’t find it, please help 🙂

    thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,
    Find the next code in your style.css

    .page-wrapper:before {
        background: url("images/page-top-bg.jpg") no-repeat scroll center 0 #FF5B5B;
        content: "";
        height: 6px;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    This code fragment responsible for styling this bar, you can change it any way you want.
    Also I recommend you to use child theme for making changes in your theme

    Thread Starter maria_f

    (@maria_f)

    thank you!!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘top bar’ is closed to new replies.