ARTICLE LAYOUT
Rate this topic: 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
-
- 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.
Please tell me the url to the exact page with an example of this issue.
-
- 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
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
-
- 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:
or use html code more precisely. It should be:
instead of:
You have there now.
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.
-
- Moderator
4 posts
• Page 1 of 1