-
AuthorPosts
-
March 5, 2014 at 9:11 am #195477
Hi guys,
I’m looking how to add black background on frontpage slideshow description? Standard style looks great as soon as pic is good for white description but with most pics its unreadable. I’m using Ja Biz with Joomla 2.5.18.
Hayden A FriendHayden A
- Join date:
- April 2010
- Posts:
- 282
- Downloads:
- 0
- Uploads:
- 20
- Thanked:
- 54 times in 53 posts
March 5, 2014 at 9:22 am #525421@farma,
Please create a new css file named: custom.css in the templatesja_bizcss path and add following rule:
[PHP].ja-slidewrap .maskDesc .ja-slide-desc {
color: #888;
text-shadow: 0 1px 1px rgba (0,0,0,0.4);
}
.ja-slidewrap .maskDesc .ja-slide-desc a {
color: #888;
}.ja-slidewrap .maskDesc .ja-slide-desc a.readon {
color: #888;
border: 1px solid #f2f2f2;
}[/PHP]March 5, 2014 at 9:51 am #525429Ok I’ve done that but nothing changed…
Hayden A FriendHayden A
- Join date:
- April 2010
- Posts:
- 282
- Downloads:
- 0
- Uploads:
- 20
- Thanked:
- 54 times in 53 posts
March 5, 2014 at 10:33 am #525445Did you get my PM?
Hayden A FriendHayden A
- Join date:
- April 2010
- Posts:
- 282
- Downloads:
- 0
- Uploads:
- 20
- Thanked:
- 54 times in 53 posts
ankianka66 Developerankianka66
- Join date:
- August 2008
- Posts:
- 98
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 10
- Thanked:
- 2 times in 1 posts
March 9, 2014 at 8:47 am #525927I have exactly the same problem. The white text is hard to read on photos that are light. Unfortunately I don´t think the black background that you create using the php code above looks good.
In stead I would like to change the color of the text on the slideshow photos. I have searched in template.css. Around corousel. But can´t find the right string och code to change. Anyone?
Hayden A FriendHayden A
- Join date:
- April 2010
- Posts:
- 282
- Downloads:
- 0
- Uploads:
- 20
- Thanked:
- 54 times in 53 posts
March 10, 2014 at 4:57 am #526004@ankianka66
<blockquote>I would like to change the color of the text on the slideshow photos</blockquote>
Please create a new css file named: custom.css in the templatesja_bizcss path and add following rule:
[PHP].ja-slidewrap .maskDesc .ja-slide-desc {
color: #888 !important;
text-shadow: 0 1px 1px rgba (0,0,0,0.4);
}
.ja-slidewrap .maskDesc .ja-slide-desc a {
color: #888 !important;
}.ja-slidewrap .maskDesc .ja-slide-desc a.readon {
color: #888 !important;
border: 1px solid #f2f2f2
} [/PHP]You can change the color as you wish.
March 10, 2014 at 3:48 pm #526112<blockquote>Hayden A</blockquote>
Thanks! That is working. Please tell me how to add some margin in right side of the text? Black background ends exactly in the same place as text.Hayden A FriendHayden A
- Join date:
- April 2010
- Posts:
- 282
- Downloads:
- 0
- Uploads:
- 20
- Thanked:
- 54 times in 53 posts
March 11, 2014 at 1:58 am #526189@farma,
Please create a new css file named: custom.css in the templatesja_bizcss path and add following rule:
[PHP].ja-slidewrap .maskDesc .ja-slide-desc {
padding-right: 20px !important;
}.ja-slidewrap .maskDesc .ja-slide-desc a.readon {
right: 20px !important;
}[/PHP]Hayden A FriendHayden A
- Join date:
- April 2010
- Posts:
- 282
- Downloads:
- 0
- Uploads:
- 20
- Thanked:
- 54 times in 53 posts
AuthorPostsViewing 13 posts - 1 through 13 (of 13 total)This topic contains 13 replies, has 3 voices, and was last updated by Hayden A 10 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Frontpage slideshow description style
Viewing 13 posts - 1 through 13 (of 13 total)