line above post homepage

Hello

I was wondering if it is possible to remove the red line above the post on the front page of the website? (see attached)

www.dishoveled.com

bw
anna

Hi Anna,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS


body.home .post-inner-content .cat-item:after{
    display: none;    
}

Best Regards,
Movin

Hello!

This code unfortunately does not work either… Can you see my costum css as well, in case I have added something there that is messing things up?

bw

anna

It seems it is not working on your site because there is CSS error in your existing custom CSS code.

So to make it work try adding the provided CSS code at the top of your existing custom CSS code.