• Resolved lisa sutcliffe

    (@lisa-sutcliffe)


    Hello,

    Just wondering if someone can please assist me.
    I’m currently using Colorlib Sparkling theme, my website is thecreativecanvass.com I would like to remove the category next to the date under my post heading once you click on a post e.g. http://thecreativecanvass.com/garden-overhaul/
    Is there a way I can do this? I want to keep the date.
    Thanks in advance,

    Lisa.

Viewing 4 replies - 1 through 4 (of 4 total)
  • If you go to Appearance>Editor and find the style.css file you can add this:

    .cat-links {
    display: none;
    }

    That will remove it completely though from all future posts., so if you want to remove it only from that single entry please post again.

    @jefferytodd,

    Thank you for your input!

    A better alternative would be to add the same code but inside the Child Theme style.css (if one is used) or inside Theme Options – Other – Custom CSS field. That way you will make your customizations update-safe.

    Thread Starter lisa sutcliffe

    (@lisa-sutcliffe)

    Thanks @jefferytodd and @silkalns I actually came across this code when I was initially researching how to solve this problem but didn’t realise it would fix future posts only. So when I went in to past posts and still saw the issue I didn’t think it worked. I’ll see what happens now that I’ve added it to the custom CSS field when I next post. Thanks again.

    Thread Starter lisa sutcliffe

    (@lisa-sutcliffe)

    Thanks everyone this worked.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove category icon Sparkling theme’ is closed to new replies.