WebsiteBaker Support (2.8.x) > Bakery Shop

Adding border to [THUMBS]

(1/3) > >>

svsanchez:
Hello WB community, today I would like to add a border to the thumbs in Bakery. I guess I have to do this with css but how exactly and which page should I modify? I thought I would something related to thumbs in the modules/bakery/frontend.css file but that wasn't the case...

jacobi22:
whats your bakery version?

jacobi22:
bakery 1.70  // frontend.css  // line 85


--- Code: ---.mod_bakery_item_thumb_f {
        border: 1px solid #ff0000;
}
--- End code ---

additional possible (but you have to play the values)


--- Code: ---img.mod_bakery_item_thumb_f{
        padding: 2px; /* for a space between border and image */
        height:70px;  /* for the same height for every thumb */
}
--- End code ---

svsanchez:
Hello Jacobi, I'm using Bakery V.1.6 but I found the line you posted. Unfortunately when I add the code you sent nothing happens!

jacobi22:
work with the same method in Vers 1.6, but is in line 125


--- Code: ---.mod_bakery_item_thumb_f {
        border: 2px solid #ff0000;
}
--- End code ---

maybe you have another css-definition for the whole page like my example here


--- Code: ---.art-article img, img.art-article {
    border: 0;
    margin: 0;
}
--- End code ---

do youhave a link to the page?

Navigation

[0] Message Index

[#] Next page

Go to full version