Home Forums WoodMart support forum delete grey dividers/lines/borders

delete grey dividers/lines/borders

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

    Kas
    Participant

    Hi,

    How to delete all the grey horizontal dividers/lines/borders
    both on desktop and mobile?

    Thank you in advance.

    Kind regards,
    Kas

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

    Hello,

    Please disable the maintenance mode to check it myself and provide you with CSS to remove them.

    Best Regards

    #318160

    Kas
    Participant

    Maintanance mode disabled now.

    #318196

    Hello,

    I saw the screenshots you attached.

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .widget {
        border-bottom: none;
    }
    
    .wd-nav-mobile li a {
        border-bottom: none;
    }
    
    .wd-dropdown.wd-dropdown-menu.wd-dropdown-my-account.wd-design-default {
        box-shadow: none;
    }
    
    .tabs-layout-accordion {
        border-top: none;
    }

    Best Regards

    #318243

    Kas
    Participant

    Hi,

    Thank you a lot! So much better now.:)

    There are still grey lines and borders some places (in the attachements).

    Thank you in advance.

    Kind regards,
    Kas

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

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .mobile-nav .wd-nav-opener {
        border-left: none;
    }
    
    .mobile-nav .searchform {
        box-shadow: none;
    }
    
    .tabs-layout-accordion .wd-tab-wrapper {
        border-bottom: none;
    }
    
    .product-image-summary .shop_attributes th {
        border-bottom-style: none;
    }
    
    .wd-dropdown {
        box-shadow: none;
    }

    Regards.
    Xtemos Studios.

    #318419

    Kas
    Participant

    Hi,

    Thank you a lot! It’s perfect!

    Kind regards,
    Kas

    #318434

    Most Welcome!!!.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

Tagged: 

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

The topic ‘delete grey dividers/lines/borders’ is closed to new replies.