- Posts: 132
- Thank you received: 0
Thumbs border line color
-
ukgreg
Inactive member - Topic Author
- Member
Less
More
9 years 10 months ago #44265
by ukgreg
Thumbs border line color was created by ukgreg
Hi all
I'm trying to change border color in the thumbs. I was changing it in the module but they still yellow. How do I change it?
www.ukgreg.home.pl/jurek/index.php/gallery/panoramic
I'm trying to change border color in the thumbs. I was changing it in the module but they still yellow. How do I change it?
www.ukgreg.home.pl/jurek/index.php/gallery/panoramic
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 10 months ago #44267
by ivan.milic
Replied by ivan.milic on topic Thumbs border line color
In template_css.css
#gallery img {
margin: 0px 20px 20px 0px;
padding: 5px;
border: 1px solid #FFD441;
display: block;
float: left;
}
change border property
#gallery img {
margin: 0px 20px 20px 0px;
padding: 5px;
border: 1px solid #FFD441;
display: block;
float: left;
}
change border property
The following user(s) said Thank You: ukgreg
Please Log in to join the conversation.
Time to create page: 0.171 seconds