Top Bar Issue - by hakeem - on WordPress WooCommerce support

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

  • Avatar: hakeem
    hakeem
    Participant
    October 26, 2017 at 09:27

    I am having difficulty in setting the top bar, i want to setup the red top bar on in my site header of “www.koshauae.com” however the cart keeps on showing in the top bar i want to remove it also when i add the custom menu widget in it ,its height increases so can you please let me know how to decrease its height and remove the cart from the red top bar ?

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 26, 2017 at 10:46

    Hello,

    Please go to Theme Options > Header and select needed header type, also you may disable cart here -http://prntscr.com/h27bs6
    to change top bar color you may add this code in Custom css:

    .top-bar {
        background-color: red;
    }

    How to create custom.css you can watch in this tutorial https://www.youtube.com/watch?v=Qok2zRedRMY.
    To change the height, please try this code:

    .top-bar .container {
        padding: 3px;
    }

    Regards

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

You must be logged in to reply to this topic.Log in/Sign up

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