Home Forums Basel support forum Border round products

Border round products

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #61926

    ceofvo
    Participant

    Hello, how can put a border round the products like this https://postimg.cc/image/4ncrcvum5/

    #61940

    Hello,

    Thank you very much for choosing our theme and contacting us.

    Please add this custom CSS to Theme Settings > Custom CSS:

    .product-grid-item .product-element-top {
        border: 1px solid #000000;
    }

    Replace #000000 with the color you want to add.

    Best Regards

    #61943

    ceofvo
    Participant

    hello, i want it round the entire content not just product image. Kindly look at the screen shot again in the link https://postimg.cc/image/4ncrcvum5/

    #61951

    Hello,

    Please provide your site admin access.

    Best Regards

    #68148

    ceofvo
    Participant

    I have still have issues with putting the a border round the products, also i have set products pagination to “load more” option but when users search with the search field, the results are show as the default pagination not the “load more” option

    #68165

    Hello,

    Please provide your site admin access.

    Best Regards

    #68248

    ceofvo
    Participant

    Okay. Done

    #68370

    Hello,

    Please add this CSS to Theme Settings > custom CSS:

    .basel-hover-standard:after {
        content: "";
        position: absolute;
        top: -5px;
        left: 15px;
        right: 15px;
        bottom: -10px;
        border: 1px solid #f2f2f2;
        pointer-events: none;
    }
    .basel-hover-standard .product-title {
       padding-left: 10px;
       padding-right: 10px;
    }
     

    Load more does not work on search results page, only on shop page

    Best Regards

    #68431

    ceofvo
    Participant

    how can set the variations as drop instead of the current in-line setup in the single products page

    #68435

    Hello,

    You need to disable swatch as shown http://prntscr.com/jskm29, navigate to Products > Attributes > Configure items

    Best Regards

    #68445

    ceofvo
    Participant

    I have done that but still not changing. See screen shot for example of what I want to achieve https://postimg.cc/image/4q7mfqqj1/

    #68455

    Hello,

    I cannot log in, please provide your valid site admin access.

    Best Regards

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