Tweaking css
-
Hello,
I would like to remove the (-) before the title in the header and also have the little sentence under it in 2 lines instead of one and in black.
Can you help me change that?
I know it’s very simple, I just don’t know how to do it in WordPress…Thank you
The blog I need help with is: (visible only to logged in users)
-
Add the following to your custom CSS.
.emdash { display: none; } #header h2 { color: #000000; width: 410px; }
- The topic ‘Tweaking css’ is closed to new replies.