Tagged: bold text color, strong text color
-
AuthorPosts
-
September 19, 2017 at 9:08 am #853756
Hi
I want to be able to change the colour of the Bold text & Linked text individually, so they are different.
I can’t even change the color with the Text Color
What if I want to have Bold text Blue – #1e7fe8 and have
Linked text (hyper linked) Red – #C92605
I have tried the Advanced editor as well.
There must be away to separate them…
Any help would be great
http://EasyOnlineBizSolutions.comCheers
DaveSeptember 19, 2017 at 11:13 am #853793Morning,
.main_color strong { color: #1e7fe8;}
will globally change all text using the
<strong>
tag to blue.a {color:#C92605;}
will globally change ALL links to red.
If you only want to target certain links you would have to apply a class to them and use css for example
<a href="#" class="class-here">I'm a link</a> .class-here {color:#C92605;}
Hope that helps
TJ
- This reply was modified 7 years, 2 months ago by tjswarbs78.
September 20, 2017 at 7:29 am #854214September 20, 2017 at 8:43 am #854249Hi Guys
I don’t understand what TJ means
So do I put the code the style.css, it looks different to other styles.September 20, 2017 at 10:20 am #854283Monring, Yes the code should be put in to the quick css section located under theme options > general styling
Copy and paste below
.main_color strong { color: #1e7fe8;} a {color:#C92605;}
If that doesn’t do what you need or more changes are needed please come back
Thanks
TJ
September 21, 2017 at 5:08 am #854640How can I have it so that it is bold & when hyperlinked it is red, as it stays blue, just has a red line under it.
Is there a way the editor on the page (for text color) can take priority over the style sheet?
Or is there a way that there is no color given to Bold text in styles sheet and I can make it what ever color from the advanced page editor (text color)?
Sorry to be a pain
Cheers Dave
September 22, 2017 at 6:56 am #855173 -
AuthorPosts
- You must be logged in to reply to this topic.