-
AuthorPosts
-
msilac Friend
msilac
- Join date:
- October 2010
- Posts:
- 548
- Downloads:
- 2
- Uploads:
- 74
- Thanks:
- 115
- Thanked:
- 5 times in 1 posts
April 20, 2013 at 8:17 am #186949How to change font size and color of description at Ja-Slideshow module like at attachment
Thank you
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
April 20, 2013 at 9:17 am #490520Hi
To change size and color goto this file
modules/mod_jaslideshow/assets/themes/erio/style.css and find this part of code
erio if you are using the erio theme profile otherwise change the folder for your choosed theme.ja-slide-desc p {
color: #7B7D80 <---------- change color
font-size: 12px !important;< --------------add this line and change the 12px value as you needs
line-height: 2;
}Regards
msilac Friendmsilac
- Join date:
- October 2010
- Posts:
- 548
- Downloads:
- 2
- Uploads:
- 74
- Thanks:
- 115
- Thanked:
- 5 times in 1 posts
April 20, 2013 at 12:11 pm #490527pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
April 20, 2013 at 2:59 pm #490534The code showed in my post is different from yours
From which file did you taken that code ?
msilac Friendmsilac
- Join date:
- October 2010
- Posts:
- 548
- Downloads:
- 2
- Uploads:
- 74
- Thanks:
- 115
- Thanked:
- 5 times in 1 posts
April 20, 2013 at 5:27 pm #490551modules/mod_jaslideshow/assets/themes/erio/style.css
I have added in that .CSS block
color: #ffffff
font-size: 16px !important;msilac Friendmsilac
- Join date:
- October 2010
- Posts:
- 548
- Downloads:
- 2
- Uploads:
- 74
- Thanks:
- 115
- Thanked:
- 5 times in 1 posts
April 21, 2013 at 7:46 am #490570pavit… can you check?
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
April 21, 2013 at 7:57 am #490571<em>@msilac 369861 wrote:</em><blockquote>pavit… can you check?</blockquote>
Already checked and seems working fine
msilac Friendmsilac
- Join date:
- October 2010
- Posts:
- 548
- Downloads:
- 2
- Uploads:
- 74
- Thanks:
- 115
- Thanked:
- 5 times in 1 posts
April 21, 2013 at 8:55 am #490572<em>@pavit 369863 wrote:</em><blockquote>Already checked and seems working fine </blockquote>
No, its not working fine, title is TO BIG and font is NOT white #ffffff
Please can you answer?
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
April 21, 2013 at 9:08 am #490573<blockquote>No, its not working fine, title is TO BIG and font is NOT white #ffffff</blockquote>
1) I don’t know which font size you want to use
2) The font is white #ffffff
3) Clean your JaT3 cache
4) Yours is a customization request so i’m helping for your customization, but please be patient and comprehensive because you are not the only user that need helps on this forum
Thank you .
msilac Friendmsilac
- Join date:
- October 2010
- Posts:
- 548
- Downloads:
- 2
- Uploads:
- 74
- Thanks:
- 115
- Thanked:
- 5 times in 1 posts
April 21, 2013 at 9:31 am #4905741. Font size of tittle need to be smaller, font of description is OK.
2. The font i s some shade of gray… not white. Title is white. I know that in code it is ffffff but it not working.
3. Cache cleaned Yesterday 50 times and now 5 times… in yor screenshot is also colour of description gray.
4. I know that I’m looking for a huge and demanding help but for example for six days waiting for help, how to put a background image … and no solution it is so frustrating.And now, for this example can bet my life that you simply come to the administration and to make changes in css is faster but to our days of communicating what the problem is.
Thank you
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
April 21, 2013 at 9:51 am #490576It’s a problem for you sending me a temp super user account via PM ?
i will try to modify it
msilac Friendmsilac
- Join date:
- October 2010
- Posts:
- 548
- Downloads:
- 2
- Uploads:
- 74
- Thanks:
- 115
- Thanked:
- 5 times in 1 posts
April 21, 2013 at 10:05 am #490577Of course, you have PM.
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
April 21, 2013 at 10:31 am #490578div.ja-moduletable .ja-slide-desc h3 {
color: #fff <--------------This is to set the title font color
font-size: 200%; <--------------This is to set the title font size
}div.ja-moduletable .ja-slide-desc h3 a { color: #fff } <--------------This is to set the title font color if you are using the <h3> tag for it
.ja-slide-desc p { color: #7b7d80 line-height: 2; } <--------------This is to set the description font color if you are using the <p>
Check now
1 user says Thank You to pavit for this useful post
msilac Friendmsilac
- Join date:
- October 2010
- Posts:
- 548
- Downloads:
- 2
- Uploads:
- 74
- Thanks:
- 115
- Thanked:
- 5 times in 1 posts
April 21, 2013 at 10:38 am #490579That’s it, great… only colour of description is stil gray…
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
April 21, 2013 at 10:44 am #490580<em>@msilac 369871 wrote:</em><blockquote>That’s it, great… only colour of description is stil gray…</blockquote>
.ja-slide-desc p { color: #7b7d80 line-height: 2; } <--------------This is to set the description font color if you are using the <p>
change #7b7d80 to #fff if you want it white
1 user says Thank You to pavit for this useful post
AuthorPostsThis topic contains 16 replies, has 2 voices, and was last updated by msilac 11 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum