Home Forums WoodMart support forum Erase lines from categories dropdown

Erase lines from categories dropdown

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #185693

    aaretamozo
    Participant

    Hi,

    I want to erase those lines from the categories dropdown.

    Thankyou

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

    Hello,

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

    body .vertical-navigation .item-level-0 {
        border-bottom: 1px solid transparent;
    }

    Best Regards

    #185768

    aaretamozo
    Participant

    Thank you! It worked!

    Is there a way to erase the principal box (around the white space) and to change the background color?

    Also, how can I make the borders from the grid a litlle bit rounded?

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

    Hello,

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

    .vertical-navigation .menu {
        border: 1px solid transparent;
        background-color: transparent; 
    }

    This code removes the border over the Browse categories block.

    Best Regards

    #186004

    aaretamozo
    Participant

    Thank you!

    And how can I make the borders from the grid a little bit rounded?

    Thank you

    #186023

    Hello,

    Please provide the screen which grid do you mean.

    Best Regards

    #186027

    aaretamozo
    Participant

    Hello,

    From the shop page
    And from the banners

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

    aaretamozo
    Participant

    Here is the image from the shop page

    #186105

    Hello,

    It depends on the product on the hover design you use. Please provide your site URL.

    Best Regards

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