-
AuthorPosts
-
unvacancier Friend
unvacancier
- Join date:
- May 2013
- Posts:
- 148
- Downloads:
- 9
- Uploads:
- 69
- Thanks:
- 18
- Thanked:
- 3 times in 1 posts
September 17, 2014 at 1:44 pm #201404Hello,
I’ve check the documentation but i can’t find the answer.
I need to know the class for the text on slideshow to have the white box under.
Many thanks.
- TomC Moderator
TomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
September 17, 2014 at 3:37 pm #549889So that I can try to best assist you, please provide the url of the site you’re working on
unvacancier Friendunvacancier
- Join date:
- May 2013
- Posts:
- 148
- Downloads:
- 9
- Uploads:
- 69
- Thanks:
- 18
- Thanked:
- 3 times in 1 posts
September 17, 2014 at 4:05 pm #549904<em>@TomC 446228 wrote:</em><blockquote>So that I can try to best assist you, please provide the url of the site you’re working on</blockquote>
The class is on the demo joomlart website : http://www.joomlart.com/demo/#ja_decor
Thanks.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
September 17, 2014 at 4:11 pm #549908<em>@unvacancier 446244 wrote:</em><blockquote>The class is on the demo joomlart website : http://www.joomlart.com/demo/#ja_decor
Thanks.</blockquote>
Is there any particular reason you cannot share the url of your site that you’re working on?
unvacancier Friendunvacancier
- Join date:
- May 2013
- Posts:
- 148
- Downloads:
- 9
- Uploads:
- 69
- Thanks:
- 18
- Thanked:
- 3 times in 1 posts
September 17, 2014 at 4:17 pm #549911Just because it’s on my localhost 😉
i work on my local network server and i upload it when the work is finished.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
September 17, 2014 at 4:21 pm #549912<em>@unvacancier 446251 wrote:</em><blockquote>Just because it’s on my localhost 😉
i work on my local network server and i upload it when the work is finished.</blockquote>
Ahhhhhhh – gotcha.
Okay, one last question . . . Which version of JA Decor are you working with (J2.5.x, J3.x ??)
unvacancier Friendunvacancier
- Join date:
- May 2013
- Posts:
- 148
- Downloads:
- 9
- Uploads:
- 69
- Thanks:
- 18
- Thanked:
- 3 times in 1 posts
September 17, 2014 at 4:28 pm #549915J3.x Tom.
I’d changed the slideshow directory and i lost the class ref.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
September 17, 2014 at 4:31 pm #549917Here are the CSS rules for the slideshow text . . . .
.ja-ss-desc .ja-ss-caption span {
font-size: 40px;
}.ja-ss-desc .ja-ss-caption span {
background: none repeat scroll 0 0 #ffffff;
clear: both;
display: block;
float: left;
font-size: 22px;
font-weight: 600;
line-height: 1.5;
margin: 1px 0 0;
padding: 0 5px;
text-transform: uppercase;
}Is that what you were looking for/needed?
unvacancier Friendunvacancier
- Join date:
- May 2013
- Posts:
- 148
- Downloads:
- 9
- Uploads:
- 69
- Thanks:
- 18
- Thanked:
- 3 times in 1 posts
September 17, 2014 at 4:35 pm #549918I don’t think it’s the right classes for the text background.
ja-ss-desc
ja-ss-captionTomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
September 17, 2014 at 4:46 pm #549921This one is – I just tested it out via Firebug . . .
.ja-ss-desc .ja-ss-caption span {
background: none repeat scroll 0 0 #ffffff
clear: both;
display: block;
float: left;
font-size: 22px;
font-weight: 600;
line-height: 1.5;
margin: 1px 0 0;
padding: 0 5px;
text-transform: uppercase;unvacancier Friendunvacancier
- Join date:
- May 2013
- Posts:
- 148
- Downloads:
- 9
- Uploads:
- 69
- Thanks:
- 18
- Thanked:
- 3 times in 1 posts
September 17, 2014 at 7:44 pm #549957Strange it’s not working here. Maybe i need to put another class ?
-
TomC Moderator
TomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
September 17, 2014 at 7:47 pm #549959Is there any way you can upload your site onto your web host server – so I can inspect your site online and try to better assist you? :((
Otherwise, what would happen if you removed that class from that field altogether
– then save/refresh the page?Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 18, 2014 at 7:54 am #550012<em>@unvacancier 446301 wrote:</em><blockquote>Strange it’s not working here. Maybe i need to put another class ?
</blockquote>
Try this:
Create templates/ja_decor/css/custom.css file and add new rule below
.ja-ss-desc .ja-ss-caption span {
background: #ffffff ;
}
unvacancier Friendunvacancier
- Join date:
- May 2013
- Posts:
- 148
- Downloads:
- 9
- Uploads:
- 69
- Thanks:
- 18
- Thanked:
- 3 times in 1 posts
November 6, 2014 at 3:26 pm #554439Hello,
i’ve tried custom.css too but it’s not working.
I’d upload the website on an server to test
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 6, 2014 at 7:00 pm #554449<em>@unvacancier 452020 wrote:</em><blockquote>Hello,
i’ve tried custom.css too but it’s not working.
I’d upload the website on an server to test
http://slap44.wish-informatique.fr/</blockquote>
Please do me a favor and temporarily set “Optimize CSS” to “No/Off” within your Template Manager–General settings.
-
AuthorPosts
This topic contains 37 replies, has 5 voices, and was last updated by phoenix28 9 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum