-
AuthorPosts
-
June 27, 2013 at 8:28 am #188516
Hi to all,
I would like to remove the text-shadow style of the template for my web page but I do not know where to remove it.
This is for the module which is into position user 1, 2 and 3 of the main page.Thank you very much for your help
Nicolas
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
June 27, 2013 at 8:46 am #497124Add the following to the bottom of your template.css file
div.ja-moduletable h3, div.moduletable h3 {
text-shadow: none !important;
}June 27, 2013 at 8:54 am #497128ok very good ! thanks
and if I want now to change the text color from white to dark grey for example ?
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
June 27, 2013 at 9:02 am #497132Which particular bit of text would you like to change? The drop shadow or something else?
June 27, 2013 at 9:04 am #497133yes the drop shadow because now without the shadow and with a clear back-ground the text in white is not easy to read
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
June 27, 2013 at 9:13 am #497136Instead of the above add the following to the bottom of your code but change the colour codes as required.
div.ja-moduletable h3, div.moduletable h3 { text-shadow: 1px 1px 0 #F2F2F2, 1px 2px 0 #B1B1B2 !important; }
June 27, 2013 at 9:29 am #497137in fact what I would like is:
– no text-shadow
– the text in blackPhill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
June 27, 2013 at 9:39 am #497139div.ja-moduletable h3, div.moduletable h3 {
text-shadow: none !important;
color: black;
}June 27, 2013 at 10:00 am #497143no unfortunately copying your code at the bottom of the css file, the text color stays white !
I do not understand …Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
June 27, 2013 at 10:02 am #497144A link to your site will help.
June 27, 2013 at 10:03 am #497145for the moment it is in local in my PC
today I try to put it on line and I will send you the linkthanks
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
June 27, 2013 at 10:05 am #497146Ok, it is impossible to help without seeing it. Good luck.
June 28, 2013 at 9:35 pm #497341here is my site: http://www.seghenconsulting.com
the text color I want to change is the title of the 3 images at the bottom of the slideshow …June 30, 2013 at 2:21 pm #497400the link is:
http://www.seghenconsulting.comthanks for your help
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
July 2, 2013 at 3:24 am #497618Hi,
<blockquote>- no text-shadow
– the text in black</blockquote>Pls put below codes into the end of file templates/ja_vintas/themes/dark/css/template.css:
#ja-botsl1 div.ja-moduletable h3,
#ja-botsl1 div.moduletable h3,
div.ja-moduletable h3,
div.moduletable h3 {
text-shadow: none !important;
}Clear JAT3 cache after saving changes.
* For black color text, pls follow Phill’s tip again & remember to clear JAT3 cache (The button on the top right of dashboard).
-
AuthorPosts
This topic contains 16 replies, has 3 voices, and was last updated by nhenryconsulting 11 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum