Hello,
When using the b button in wordpress to make text bold, the colour automatically changes to the same colour as the link colours, which I do not want.
How do I change the css so that when making text bold, it just makes the text bold without changing the colour also
Thank you
Hey fraserrenton!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.alternate_color strong, .main_color strong { color: inherit; }
Cheers!
Yigit
Awww thanks for that buddy :-) Worked well.
2 more questions:
By making strong a universal colour e.g: red I presume I would just do this:
.alternate_color strong, .main_color strong { color: #FF0000; }
However, if I wanted to make some wording bold but a different colour than red only on some of the text, how would I achieve that?
Hey!
Exactly :) You are welcome, glad we could help! Let us know if you have any other questions or issues
Cheers!
Yigit
oooo I just edited the last comment lol, you replied very quickly .. please see above edit with a new question …
Hey!
You can simply highlight the text and change its color http://i.imgur.com/SJnJr3g.jpg
Best regards,
Yigit
duh! stupid me .. thanks again, your a star ;-)