Tagged: x
-
AuthorPosts
-
January 22, 2017 at 7:42 am #1340405
dianatedoldiParticipantHello, I can’t find a way to change the color of some words as I’m writing a blog post.
Is there anything I can do? Now I just can use white, and instead I want to make some words get more attention within the body text.
Thank youPs: my website is http://www.dianatedoldi.com
January 22, 2017 at 7:43 am #1340406
dianatedoldiParticipantI was forgetting: how can I also change just the color of blog post titles? I want to change H1, H2, H3 etc ONLY for the blog. How do I?
Thank you!January 22, 2017 at 7:57 am #1340417
ChristianModeratorHey Diana,
Please add the code below in your Appearance > Customize > Custom > Global CSS
h1, .h1 { color: red; } h2, .h2 { color: blue; } h3, .h3 { color: green; } .gold { color: gold; }To change any text’s color, wrap it with a span tag with a color class like the sample I’ve given.
<span class="gold">Your text</span>Change the color values as per your needs. Please see http://cloford.com/resources/colours/500col.htm or http://www.color-hex.com/ for more CSS colors.
Thanks.
February 21, 2017 at 9:42 am #1379956
dianatedoldiParticipantThank you, great!
February 21, 2017 at 9:58 am #1379986
DarshanaModeratorGlad we were able to help 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1340405 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
