CSS Blog Title Problem
-
Would anyone be able to help me fix the title on my blog? There are two small dots — periods — on either side of it. I can’t seem to get rid of them no matter how I change the css.
The blog I need help with is djbriswatek.wordpress.com.
Any help would be appreciated. Thanks.
The blog I need help with is: (visible only to logged in users)
-
Those dots are part of the ChaoticSoul theme design. If you have the Custom Design upgrade, you can modify the theme’s design using custom CSS. Here is an example you can add to your Appearance > Customize > CSS editor:
h1:before, h1:after { content: ""; } -
-
- The topic ‘CSS Blog Title Problem’ is closed to new replies.