Home Forums WoodMart support forum Customization Product and Cart page

Customization Product and Cart page

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #316459

    romain
    Participant

    Hi,

    I hope you all have a great day. Screenshots are in private content

    1) On the cart page, I would like to remove the cart logo

    2) reduce the size of “Your cart is currently empty” not as a title but as a paragraph.

    3) I would like to remove all the grey borders with separate “Description”, “Shipping & Returns” and “Authenticity”

    4) Also “Description” is automatically opened when page is charging. Will it be possible to “close” it ?

    Thank you in advance.
    Have a great day

    Romain

    #316462

    romain
    Participant

    5) In my website, I am using an HTML block for a menu. I tried everything to put this menu in black. Everything in typography section is in full black as my website is black and white. I also try an advanced typography https://ibb.co/r00Dm0v . But nothing to do.
    However, on hover the menu is black

    #316581

    Hello,

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

    body .cart-empty:before {
    display:none;
    }
    body .wd-empty-page {
        font-size: 20px;
    }

    3. Please provide your product page and screen what you mean.

    4. I will check the page and give you a custom code for this purpose, please provide site credentials.

    5. I will check your site and I will give the correct selector.

    Best Regards

    #316584

    romain
    Participant

    Hello,

    It works perfectly for the 1) and 2)

    Concerning number 3) here is the screenshot https://ibb.co/s1YBwvR product page is in private content

    Thank you for your help.
    Have a great day.
    Romain

    #316617

    Hello,

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

    body .tabs-layout-accordion {
        border-top: 2px solid transparent;
    }

    5. Please provide the screen and page URL that you want to change in the footer?

    Best Regards

    #316621

    romain
    Participant

    Hello,

    3) Sorry my ask wasn’t clear. It worked perfectly for the border between size guide and description but I want to remove all the border. https://ibb.co/WpvRKFg

    4) Do you have any solution ?

    5) The menu is in the footer on all pages.

    I hope that I helped you more.
    Sincerely,
    Romain

    #316777

    Hello,

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

    body .tabs-layout-accordion .wd-tab-wrapper {
        border-bottom: 1px solid transparent;
    }

    Best Regards

    #316810

    romain
    Participant

    Hello,

    It works perfectly on desktop but not on mobile.

    Sincerely,
    Romain

    #316883

    Hello,

    Please check the page on the real device.

    There is no border.

    Best Regards

    #327517

    romain
    Participant

    Hello,

    Thank you for your help in final it works well. I think the cache was making the line still appear.

    Could you please help me to find a solution for those two points :

    4) Also “Description” is automatically opened when page is charging. Will it be possible to “close” it ?
    5) In my website, I am using an HTML block for a menu. I tried everything to put this menu in black. Everything in typography section is in full black as my website is black and white. I also try an advanced typography https://ibb.co/r00Dm0v . But nothing to do.
    However, on hover the menu is black

    Thank you in advance.
    Sincerely,
    Romain

    #327540

    Hello,

    Please provide the page URL and screen of the block you want to make in black and white.

    Have you set an accordion for your product pages? You can find this option in the Theme Settings > Single product > Tabs.

    Best Regards

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