Make categories static on homepage

Is it possible that I can make my categories static on the homepage? Where it says events, video, press release etc etc

Hi Carolina,

Thank you for reaching out to us. Did you mean to disable the click events from your categories? If yes then please add the following code in the Theme Options > CSS:

.ua-single-post .ua-poststyle-1 .category-link a, .ua-single-post .ua-poststyle-1 .date {
    pointer-events: none !important;
}

Don’t forget to clear all caches including your browser’s cache after adding the code. Let us know how this goes!

it worked thank you!!!

On behalf of my colleague, you’re welcome. Cheers! :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.