Home Forums WoodMart support forum cart grid & bg of child-subcategory bg

cart grid & bg of child-subcategory bg

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #58252

    Alemantico
    Participant

    Hi there,

    I actually have 2 concerns in one:
    1. wonder how to fix the “refresh shopping cart”- btn of our “cart page” (screenshot)
    and 2. what css-background class/or -id for the child-subcategory of the main menu I’ve to use, in order to make it more transparent (screenshot)?

    best regards!

    Attachments:
    You must be logged in to view attached files.
    #58297

    Hello,

    As I see the problem appears only on the German version of the site. You have added a sidebar on the right. If you move it under the continent the problem would be solved. One more way is make these buttons smaller with the CSS. Please note if we make it with CSS buttons will be smaller on both versions

    Please advise your decision.

    Best Regards

    #58307

    Alemantico
    Participant

    Hi Elise,
    thank you very much for your quick reply! Ok, I’ll check it out and let you know! Do you have any idea about my 2nd concern? (stated above: ” 2. what css-background class/or -id for the child-subcategory of the main menu I’ve to use, in order to make it more transparent (screenshot)?”)

    best regards!

    #58344

    Hello,

    Please try this code:

    .menu-simple-dropdown .sub-sub-menu {
        background-color: rgba(255,255,255,0.5);
    
    }

    Add this code to Theme Settings > Custom CSS

    Best Regards

    #58437

    Alemantico
    Participant

    yes, that did it 🙂 ! Thank you very much for your great support!!!

    Best regards!

    #58443

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

    Best Regards

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

The topic ‘cart grid & bg of child-subcategory bg’ is closed to new replies.