-
AuthorPosts
-
smartmax Friend
smartmax
- Join date:
- May 2008
- Posts:
- 538
- Downloads:
- 159
- Uploads:
- 218
- Thanks:
- 72
- Thanked:
- 7 times in 3 posts
March 16, 2016 at 4:52 pm #900700I am using this great template and changed the colours with ‘ThemeMagic’.
I am using a red-colour background, but don’t like the transparant text.
It looks like a pink-ish colour
See example: http://www.madebysanders.nl/rkbkraanverhuur.nl/over-onsCan this also be 100% (white)?
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
March 16, 2016 at 5:41 pm #900709Hi
Go to /templates/ja_playstore/local/css/themes/rkb/template.cssfind this code
.items-leading .leading .article-intro { opacity: 0.5; filter: alpha(opacity=50); }
And find this code
.items-row .article-intro { opacity: 0.5; filter: alpha(opacity=50); }
Change the opacity value to 1 and 50 into 100 .
Like this`
.items-row .article-intro {
opacity: 0.1;
filter: alpha(opacity=100);
}1 user says Thank You to Pankaj Sharma for this useful post
smartmax Friendsmartmax
- Join date:
- May 2008
- Posts:
- 538
- Downloads:
- 159
- Uploads:
- 218
- Thanks:
- 72
- Thanked:
- 7 times in 3 posts
March 17, 2016 at 1:33 pm #901262I think something went wrong, I can’t read the text now… 🙂
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
March 17, 2016 at 3:21 pm #901339Hi
I did not found the suggested changes in template.css file .
it should be like this >`
.items-row .article-intro {
opacity: 1;
filter: alpha(opacity=100);
}Here: http://prntscr.com/agfk9g
smartmax Friendsmartmax
- Join date:
- May 2008
- Posts:
- 538
- Downloads:
- 159
- Uploads:
- 218
- Thanks:
- 72
- Thanked:
- 7 times in 3 posts
March 18, 2016 at 11:39 am #901784Nicceeeeeeee!!! I am happy, thank you!
And is there also a code for the contact page?
http://www.madebysanders.nl/rkbkraanverhuur.nl/contactThe thin lines may also be more visible 🙂
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
March 19, 2016 at 6:01 am #902000Hi
For this go to
find this code.plain-style .contact-box.box-bg .contact-miscinfo p { color: #ffffff; font-size: 13px; margin-bottom: 0; opacity: 0.8; filter: alpha(opacity=80); }
and replace it with
.plain-style .contact-box.box-bg .contact-miscinfo p {
color: #ffffff;
font-size: 13px;
margin-bottom: 0;
opacity: 1;
filter: alpha(opacity=100);
}1 user says Thank You to Pankaj Sharma for this useful post
-
AuthorPosts
This topic contains 6 replies, has 2 voices, and was last updated by smartmax 8 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum