ARTICLE LAYOUT

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 Nov 17, 2016 6:12 pm
Reply with quote
Report this post
I arrange title colors in my articles but when i published its seems standart color of black, please help me
User avatar
Senior Boarder

teitbite
Tue Nov 22, 2016 9:45 am
Reply with quote
Report this post
Hi

Please tell me the url to the exact page with an example of this issue.
User avatar
Moderator

GK User
Sun Jan 08, 2017 5:59 pm
Reply with quote
Report this post
http://www.turkchip.com/incelemeler/anakart-cpu/1276-asrock-z270-extreme-4-anakart-incelemesi

i arranged the title color red but i saw it black title is "ASROCK Z270 Extreme 4 Anakartın Teknik Özellikleri;"

its acting with all article titles
User avatar
Senior Boarder

teitbite
Thu Jan 12, 2017 12:14 pm
Reply with quote
Report this post
Hi

I can see colors works, only <strong></strong> does not since they have predefined color. Try addign this to override.css:

Code: Select all
b, strong {
    color: inherit;
}


or use html code more precisely. It should be:

Code: Select all
<span>
<strong style="text-decoration: underline; color: #ff0000;">ASROCK Z270 Extreme 4 Anakartın Teknik Özellikleri;</strong>
</span>


instead of:

Code: Select all
<span style="text-decoration: underline; color: #ff0000;">
<strong>ASROCK Z270 Extreme 4 Anakartın Teknik Özellikleri;</strong>
</span>


You have there now.
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.