-
AuthorPosts
-
gverheij Friend
gverheij
- Join date:
- June 2009
- Posts:
- 40
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 8
- Thanked:
- 4 times in 1 posts
June 29, 2011 at 1:32 pm #165796Now I’ve changed the readmore-button (http://www.joomlart.com/forums/topic/how-can-i-change-the-color-of-the-readmore-button/), I want to give the active thumb another color as well… Where can I change this color, It must be somewhere in the mod_jaslideshow2/assets/themes/travel/style.css, .ja-slide-thumb.active ??
In the attached picture, I want to make the soft-red part orange… :
Please help!
Thanks, Gerard
14065
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
June 29, 2011 at 3:53 pm #399152Hi,
You find this code from /modules/mod_jaslideshow2/assets/themes/travel/style.css
.ja-slide-thumbs .ja-slide-thumb.active .ja-slide-thumb-inner {
background: url("active-bg.png") repeat-x left top #BD022C; < change this text
}gverheij Friendgverheij
- Join date:
- June 2009
- Posts:
- 40
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 8
- Thanked:
- 4 times in 1 posts
June 30, 2011 at 7:14 am #399293Hi Khoand,
Thanks, but that change in that file did not change the color,
However, I found that there was another css-file in which ja-slide-thumb.active was defined in my local directory:So when I changed this code to this file I got the desired, orange, result:
templates/ja_travel/local/themes/jci_blue/css/template.css.ja-slide-thumbs .ja-slide-thumb.active .ja-slide-thumb-inner {
/* background: url(“../images/active-bg.png”) repeat-x scroll left top #e35a38; */
background: url(“../images/active-bg_jci.png”) repeat-x scroll left top #E76B08;
}And, off course, I had to copy the changed active-bg_jci.png (orange-color) to this directory:
/templates/ja_travel/local/themes/jci_blue/imagesSo, I assume the local template overrules even the styling of module JA SlideShow2 css-definition…
Thanks anyhow, Regards,
Gerard
1 user says Thank You to gverheij for this useful post
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by gverheij 13 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
How can I change the background color of the Active Thumb in JA SlideShow 2?
Viewing 3 posts - 1 through 3 (of 3 total)