Chenge white to black font

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Jun 12, 2013 9:10 pm
Reply with quote
Report this post
where i can change the color of the News Show pro GK5 color from white to black?
User avatar
Senior Boarder

GK User
Wed Jun 12, 2013 9:13 pm
Reply with quote
Report this post
Sadly, it can't be set from backend. You need to do a little more:
- please edit: /templates/gk_rockwall/css/override.css and add at its end:
Code: Select all
.gkNspPM-TitleOverlay > figure > figcaption a {color: #000!important;}


Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Wed Jun 12, 2013 9:44 pm
Reply with quote
Report this post
Cyberek wrote:Sadly, it can't be set from backend. You need to do a little more:
- please edit: /templates/gk_rockwall/css/override.css and add at its end:
Code: Select all
.gkNspPM-TitleOverlay > figure > figcaption a {color: #000!important;}


Remember to enable "CSS override" in template settings - advanced section.


Thank you for your fast reply. is there any possibilities to add stroke on the font? i mean the font black with white stroke for blending option :)
User avatar
Senior Boarder

GK User
Thu Jun 13, 2013 9:04 am
Reply with quote
Report this post
Try adding this:
Code: Select all
.gkNspPM-TitleOverlay > figure > figcaption a {color: #000!important; text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;}
User avatar
Moderator


cron