A few small cosmetic changes. - by seandigisave

This topic has 4 replies, 2 voices, and was last updated 7 years, 11 months ago ago by Eva Kemp

  • Avatar: seandigisave
    seandigisave
    Participant
    May 13, 2016 at 16:04

    Hi guys

    1. Can the top menu (the transparent grey box) height be reduced slightly. There is a lot of spare space. See image. http://postimg.org/image/5tgrid0e9/

    2. How do I turn the SALE badges off everywhere. I tried to edit the functions.php file with the code below but nothing happens. I’ve also tried with CSS.

    //Remove Sales Flash
    add_filter(‘woocommerce_sale_flash’, ‘woo_custom_hide_sales_flash’);
    function woo_custom_hide_sales_flash()
    {
    return false;
    }

    Thanks again.

    3 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    May 13, 2016 at 19:18

    Hello,

    1. You can reduce height using this css code:

    .navbar {
      padding: 20px 0;
    }

    2. Go to Theme Options > Shop > Enable “Sale” icon > Off.

    Regards,
    Eva Kemp.

    Avatar: seandigisave
    seandigisave
    Participant
    May 16, 2016 at 11:20

    Thanks Eva.

    Can the cart icon be moved like this? http://postimg.org/image/syh4qpgk1/
    Thanks

    Avatar: Eva
    Eva Kemp
    Support staff
    May 16, 2016 at 11:50

    Hello,

    Add this code in Global Custom CSS:

    .cart-bag {
        top: -3px !important;
        right: -22px !important;
    }

    Regards,
    Eva Kemp.

  • Viewing 4 results - 1 through 4 (of 4 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.