-
AuthorPosts
-
abrill Friend
abrill
- Join date:
- October 2008
- Posts:
- 140
- Downloads:
- 0
- Uploads:
- 29
- Thanks:
- 42
- Thanked:
- 1 times in 1 posts
June 9, 2011 at 2:28 pm #165032Hi! This is probably an easy question, but if I am using the slideshow module to come from articles the font is red instead of white like the demo. How do I make the font on the slideshow white instead of red? Thanks!
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
June 9, 2011 at 4:46 pm #395558You replace this code from /t3-assets/css5f18c.css
Code :
.ja-slide-desc {
color: white;
font-size: 200%;
display: inline;
font-family: Georgia,"Times New Roman",Times,serif;
text-shadow: 0 1px 0 #111;
text-align: left;
}
with
Code :
.ja-slide-desc {
color: red;
font-size: 200%;
display: inline;
font-family: Georgia,"Times New Roman",Times,serif;
text-shadow: 0 1px 0 #111;
text-align: left;
}abrill Friendabrill
- Join date:
- October 2008
- Posts:
- 140
- Downloads:
- 0
- Uploads:
- 29
- Thanks:
- 42
- Thanked:
- 1 times in 1 posts
June 9, 2011 at 8:43 pm #395606Hi, thanks for your response! I don’t have css5f18c.css in my t3-assets folder. Not sure if it matters but I am using Joomla 1.6.
I tried changing the title color from here:
modules/mod_jaslideshow/assets/themes/rave and editing the mod_jaslideshow.css and changing the colors from .ja-slide-desc however that did not change anything.Any other suggestions? Thanks!
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
June 10, 2011 at 6:39 am #395658Hi, I am using Joomla 1.6. I checked and I am sure there css5f18c.css in t3-assets folder. You check again.
abrill Friendabrill
- Join date:
- October 2008
- Posts:
- 140
- Downloads:
- 0
- Uploads:
- 29
- Thanks:
- 42
- Thanked:
- 1 times in 1 posts
June 10, 2011 at 1:23 pm #395718Hi again, Thanks for your help but I have only .js, ,php, and .html files within the t3-assets folder.
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
June 10, 2011 at 2:49 pm #395727Sorry about inconvenience. You try to change modules/mod_jaslideshow/assets/themes/rave/mod_jaslideshow.css
abrill Friendabrill
- Join date:
- October 2008
- Posts:
- 140
- Downloads:
- 0
- Uploads:
- 29
- Thanks:
- 42
- Thanked:
- 1 times in 1 posts
June 10, 2011 at 3:26 pm #395733<em>@khoand 246238 wrote:</em><blockquote>Sorry about inconvenience. You try to change modules/mod_jaslideshow/assets/themes/rave/mod_jaslideshow.css</blockquote>
What do I modify there?I tried to modify this:
.ja-slide-desc {
color: #fff;
font-size: 200%;
display: inline;
font-family:Georgia,”Times New Roman”,Times,serif;
text-shadow: 0 1px 0 #111111;
text-align: left;
}however the title color on the slide show did not change from red to white.
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
June 10, 2011 at 3:50 pm #395734Could you give me a link to your website???
abrill Friendabrill
- Join date:
- October 2008
- Posts:
- 140
- Downloads:
- 0
- Uploads:
- 29
- Thanks:
- 42
- Thanked:
- 1 times in 1 posts
June 10, 2011 at 5:16 pm #395747We are transitioning from 1.5 to 1.6 so we are still on a local host. Would it not change because it is taking .css style as a link? and if so, how would I modify just the slideshow title link to be white? Thanks.
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
June 12, 2011 at 10:04 am #395922You try find this code from /modules/mod_jaslideshow/assets/themes/default/style.css
.maskdesc .ja-slide-desc {
color: white; < change this value to red
font-size: 100%;
padding: 10px 20px;
}abrill Friendabrill
- Join date:
- October 2008
- Posts:
- 140
- Downloads:
- 0
- Uploads:
- 29
- Thanks:
- 42
- Thanked:
- 1 times in 1 posts
June 13, 2011 at 1:13 pm #396102<em>@khoand 246512 wrote:</em><blockquote>You try find this code from /modules/mod_jaslideshow/assets/themes/default/style.css
.maskdesc .ja-slide-desc {
color: white; < change this value to red
font-size: 100%;
padding: 10px 20px;
}
</blockquote>Hi, thanks for your help again, however I am trying to change the color from red to white and in that css file, the color is already designated as white 🙂
With your guidance to that file however, I was able to find how to change the color. I added this
.ja-slide-desc a span {
color: #fff;
}
to the mod_jashlideshow/assets/themes/rave/mod_jaslideshow.cssThanks!
1 user says Thank You to abrill for this useful post
-
AuthorPosts
This topic contains 11 replies, has 2 voices, and was last updated by abrill 13 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum