Home Forums Basel support forum Woocommerce Categories

Woocommerce Categories

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #128502

    coolmatter
    Participant

    Hello again,

    Is it possible to add a dropbox shadow at the categories?

    Thank you

    #128526

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .mega-navigation .menu>li.menu-item-design-sized .sub-menu-dropdown{
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.15);
        box-shadow: 0 0 10px rgba(0,0,0,.15);
    }

    Best Regards

    #128541

    coolmatter
    Participant

    Thank you for the fast reply.
    I’ve used the code you provided but I don’t see any difference.

    #128577

    Hello,

    Please have a look at the screen https://gyazo.com/393dabf4f12ea75bd308c3b336fb2d7a

    Best Regards

    #128739

    coolmatter
    Participant

    I’m sending screenshots of the categories in general.
    My english aren’t the best so maybe I said something wrong.
    The one is at the frontpage and the other one is in shop.

    #128799

    Hello,

    Please replace the code with this one:

    body .cat-design-default .category-content {
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.15);
        box-shadow: 0 0 10px rgba(0,0,0,.15);
    }

    Best Regards

    #129439

    coolmatter
    Participant

    Yeap! it worked great!
    Thank you so much! You are the best!

    #129451

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 8 posts - 1 through 8 (of 8 total)

The topic ‘Woocommerce Categories’ is closed to new replies.