New Landing How can we help? Atelier Decrese Filter Line Size

Viewing 7 posts - 1 through 7 (of 7 total)
  • Posted in: Atelier
  • #273527
    leviathansh
    Member
    Post count: 43

    Hello guys i would want to decrease the size of the outer lines to 1 px. In fact, i would want to decrease all the lines of the theme to 1 px but i don’t know if it is possible.

    2) can i add a border to the images of the shop of 1 px?

    Thank you 🙂

    Attachments:
    You must be logged in to view attached files.
    #273531
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option

    .woo-aux-options {
        border-top: 1px solid #e3e3e3;
        border-bottom: 1px solid #e3e3e3;
    }
    
    .woocommerce .products .product figure {
        border: 1px solid #ccc;
    }

    This last rule will add the border to the products.

    Hope it helps.

    -Rui

    #273652
    leviathansh
    Member
    Post count: 43

    Superb Rui, it’s possible to apply the same change to the top heading, account and product? Thank you a lot.

    Attachments:
    You must be logged in to view attached files.
    #273672
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    If you want all borders on the site to be 1px then you will need to add a lot of custom css, I’d highly recommend downloading firebug on firefox so that you can inspect the element and copy the css rule, changing 2px to 1px

    – Kyle

    #273676
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide me specific page url with issue.
    Thanks
    Mohammad

    #273854
    leviathansh
    Member
    Post count: 43

    Amazing tool, definitely it will allow me to speed up the process. Thank you guys.

    #273914
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome. Great thanks to Kyle.
    Thanks
    Mohammad

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register