Want to change from Italics to Normal
-
At some point I made a change to the comments section of my blog. I want to change the area where the title of the post is from Italics to Normal. i.e., in my post of today…
3 responses to “The Folks Who Want to Take Your Pastime Away…”
I want the italicized part to revert to the normal type….
The blog I need help with is: (visible only to logged in users)
-
I believe your font for your post titles comes from the font you selected for your theme. Make sure your font under the theme customize section is the font you desire.
-
-
This should do the trick:
#comments-title em { font-style: normal; }Copy it in to the CSS section of the site customiser and let me know if that’s not what you intended.
-
-
You have some invalid code in your custom CSS – it looks like you’ve accidentally pasted some Google analytics stuff in that weren’t meant to be there and it means any valid code you include below it in the page will be ignored.
Try deleting this:
)(window,document,script,//www.google-analytics.com/analytics.js,ga); ga(create,UA-70796619-1,auto); ga(send,pageview);and then see how you go.
-
-
- The topic ‘Want to change from Italics to Normal’ is closed to new replies.