Content font colors

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
Thu Jun 20, 2013 10:47 pm
Reply with quote
Report this post
hi, i noticed that is not possible to change the font colors in contents..

from backend is possible but when i see the website the color is only black.. why?

tnx for ur answers
User avatar
Gold Boarder

GK User
Thu Jun 20, 2013 11:03 pm
Reply with quote
Report this post
Please be more clear which content you are trying to change as there are several different elements.

if its body font color try adding following css code to css/override.css in template folder and enable css override in template settings > advanced settings > css override "on".

Change #000000 to your chosen color.
Code: Select all
body { color: #000000!important;}


See you around...
User avatar
Platinum Boarder

GK User
Thu Jun 20, 2013 11:59 pm
Reply with quote
Report this post
in a content, using the editor i can change the color of the text or a part of it, the prolem is that when i go to see the atricle i see just black color .

ScreenHunter_134 Jun. 21 00.55.jpg



usually is possible to change the color by the editor, when i do it in backend i see the selected color for the text but when i go to the frontend i see just black color
User avatar
Gold Boarder

GK User
Fri Jun 21, 2013 7:54 am
Reply with quote
Report this post
Please post a link to a page where you have added colors in editor then I ll check it out to see if there is any other css overriding your chosen colors.

See you around...
User avatar
Platinum Boarder

GK User
Fri Jun 21, 2013 9:29 am
Reply with quote
Report this post
i sent u in pvt message the admin credential because the webiste is offline now...

tnx
User avatar
Gold Boarder

GK User
Fri Jun 21, 2013 10:37 am
Reply with quote
Report this post
Strong element also has a color in css file so overrides your span color. So add the same style in strong element as well and remove it from span or see below.

Code: Select all
<span style="color: #800080;">
<strong style="color: #800080;">Maria Luciana Buseghin</strong>
</span>


Or remove color from strong element from css
Code: Select all
templates/gk_bikestore/css/normalize.css

Line: 139 Remove color
Code: Select all
b, strong {
    color: #33353A;
    font-weight: 400;
}


See you around...
User avatar
Platinum Boarder

GK User
Fri Jun 21, 2013 12:53 pm
Reply with quote
Report this post
Tnx.. it works good
User avatar
Gold Boarder

GK User
Fri Jun 21, 2013 12:55 pm
Reply with quote
Report this post
No problem at all, see you around...
User avatar
Platinum Boarder


cron