Category Description on First Page Only

Hi,

I’m using the Sparkling theme and I’ve added a description to one of my categories which has a number of posts and therefore more that one page. Is there a way I can make the category description only appear on the first page of the category archive?

Thanks

Hi @turbs1981,

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 the latest version of Sparkling theme on the below path.

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

body.archive.paged.category header .taxonomy-description {
    display: none;
}

Best Regards,
Movin

Worked perfectly, thank you very much for your help.

You are most welcome here :slight_smile: