I am using Cutline Theme and there are two short lines which I would like to get rid of. One is just below blog post title (to be more precise below author, date and category). And the other short line is at the bottom of the post (to be precise above the tags). I just like to know where can I locate the code. in the CSS template?
Hello there, Open the style.css on your there. Look for : .posts h4 and remove this line => background: url('images/hr_title_sep.gif') 0 100% no-repeat; Goodluck
Thank you. Yes, but it only managed to get rid of the line below author and date for single post. The short line just above the tags at the bottom of the post is still there. And as for the main page, both lines still exist.
I have just got it fixed. For both lines and for both single post and main page. A big thank you to you for your prompt help.