Italicize subheader; change the color of one word
-
if someone could help me out I would really appreciate it. I just want to italicize my subheader’s font and change the color of one word.
I tried font-style: italic; but it wouldn’t respond.
As far as changing the color of one word, I don’t have any idea how to do that without being able to edit the HTML.
Thanks, guys!
The blog I need help with is: (visible only to logged in users)
-
Hi pbillyburke
For the site description use:
.wf-active .site-description { font-style: italic; }Select Appearance > Customize > CSS from your Admin Dashboard and enter the custom CSS there.
-
Dude you’re the freaking man! Ah I can exhale on that one. Would you know how to change the color for one of the words?
-
I am not aware of a way to change the color of just one word in the site-header or site-description using only CSS.
-
-
-
-
-
-
Then add the following custom CSS.
.wf-active .site-description:before {
content: “Treasures “;
color: #111111;
} -
-
-
- The topic ‘Italicize subheader; change the color of one word’ is closed to new replies.