-
AuthorPosts
-
msilac Friend
msilac
- Join date:
- October 2010
- Posts:
- 548
- Downloads:
- 2
- Uploads:
- 74
- Thanks:
- 115
- Thanked:
- 5 times in 1 posts
June 4, 2014 at 6:37 am #198467Hello,
1. I need to change backgroond of tekst in slideshow to black and font to white. Where I can do that?
2. How I can change font in Slideshow lite? I wish to use one custom font, where I can add that font?
Thank you
ꦯꦸꦕꦶ ꦏꦸꦂꦤꦶꦲꦮꦤ꧀ Friendꦯꦸꦕꦶ ꦏꦸꦂꦤꦶꦲꦮꦤ꧀
- Join date:
- April 2008
- Posts:
- 100
- Downloads:
- 9
- Uploads:
- 11
- Thanks:
- 8
- Thanked:
- 39 times in 32 posts
June 4, 2014 at 7:56 am #537711Hi @msilac,
in order for us to best assist you, please provide a link to your dev site and (or) provide a screenshot of which part you want to change..
and as for your 2nd question, please refer to this documentation for a thorough step by step guidance
once you add it, you can then restyle the Slideshow Lite
(use custom.css so it’s not getting overwritten due to template’s upgrade)1 user says Thank You to ꦯꦸꦕꦶ ꦏꦸꦂꦤꦶꦲꦮꦤ꧀ for this useful post
msilac Friendmsilac
- Join date:
- October 2010
- Posts:
- 548
- Downloads:
- 2
- Uploads:
- 74
- Thanks:
- 115
- Thanked:
- 5 times in 1 posts
June 5, 2014 at 5:33 am #5378451. http://www.mojaakcija.com/TESTING/erdut is the link.
2. I just need Times New Roman font there, where to change in which file?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
June 5, 2014 at 5:54 am #537847I hope my workaround below with help you to solve out
<blockquote>1. I need to change backgroond of tekst in slideshow to black and font to white. Where I can do that?</blockquote>
Open templates/ja_decor/css/mod_jaslideshowlite.css file
Change
.ja-ss-desc .ja-ss-caption span {
background: #ffffff ;
clear: both;
display: block;
float: left;
font-size: 22px;
font-weight: 600;
line-height: 1.5;
margin: 0;
margin-top: 1px;
padding: 0 5px;
text-transform: uppercase;
}To
.ja-ss-desc .ja-ss-caption span {
background: #000 ;
clear: both;
display: block;
float: left;
font-size: 22px;
font-weight: 600;
line-height: 1.5;
margin: 0;
margin-top: 1px;
padding: 0 5px;
text-transform: uppercase;
color: #fff ;
}<blockquote>2. How I can change font in Slideshow lite? I wish to use one custom font, where I can add that font?</blockquote>
You have to define new font as you wish with the below css rule
For example
.ja-ss-desc .ja-ss-caption span {
background: #000 ;
clear: both;
display: block;
float: left;
font-size: 22px;
font-weight: 600;
line-height: 1.5;
margin: 0;
margin-top: 1px;
padding: 0 5px;
text-transform: uppercase;
color: #fff ;
font-family: 'Raleway', sans-serif;
}
Let me know if it helps
ꦯꦸꦕꦶ ꦏꦸꦂꦤꦶꦲꦮꦤ꧀ Friendꦯꦸꦕꦶ ꦏꦸꦂꦤꦶꦲꦮꦤ꧀
- Join date:
- April 2008
- Posts:
- 100
- Downloads:
- 9
- Uploads:
- 11
- Thanks:
- 8
- Thanked:
- 39 times in 32 posts
June 5, 2014 at 8:23 am #537858
.ja-ss-desc .ja-ss-caption span {
background: #000 ;
clear: both;
display: block;
float: left;
font-size: 22px;
font-weight: 600;
line-height: 1.5;
margin: 0;
margin-top: 1px;
padding: 0 5px;
text-transform: uppercase;
color: #fff ;
font-family: 'Times New Roman', sans-serif;
}
:laugh:msilac Friendmsilac
- Join date:
- October 2010
- Posts:
- 548
- Downloads:
- 2
- Uploads:
- 74
- Thanks:
- 115
- Thanked:
- 5 times in 1 posts
June 6, 2014 at 7:21 am #538000Hm, thx Ninja, thx nawainruk, but nothing happend…
I have
.ja-ss-desc .ja-ss-caption span {
background: #000
clear: both;
display: block;
float: left;
font-size: 22px;
font-weight: 600;
line-height: 1.5;
margin: 0;
margin-top: 1px;
padding: 0 5px;
text-transform: uppercase;
color: #fff ;
font-family: ‘Times New Roman’, sans-serif;
}in templates/ja_decor/css/mod_jaslideshowlite.css
msilac Friendmsilac
- Join date:
- October 2010
- Posts:
- 548
- Downloads:
- 2
- Uploads:
- 74
- Thanks:
- 115
- Thanked:
- 5 times in 1 posts
June 9, 2014 at 5:55 am #538267Update, now web is on this address erdutski-vinogradi.hr
msilac Friendmsilac
- Join date:
- October 2010
- Posts:
- 548
- Downloads:
- 2
- Uploads:
- 74
- Thanks:
- 115
- Thanked:
- 5 times in 1 posts
June 10, 2014 at 5:39 am #538419Any help? This sugestion above is not working…
Thank you
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
June 10, 2014 at 9:03 am #538445<em>@msilac 431374 wrote:</em><blockquote>Update, now web is on this address erdutski-vinogradi.hr</blockquote>
Your site is using brown theme, you have to change it from brown theme in the templates/ja_decor/css/themes/brown/mod_jaslideshowlite.css file with steps as suggested above
1 user says Thank You to Ninja Lead for this useful post
-
AuthorPosts
This topic contains 10 replies, has 3 voices, and was last updated by msilac 10 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum