-
jeenadigital
Hi,
I am trying to remove the bullet point symbol in my category. I copied and pasted the code from one of my websites, but it seems like I can’t see the changes.
What am I doing wrong?
Code: .site-footer ul.wp-block-categories-list {
list-style: none;
}I have attached a screenshot and the website link for reference.
Thank you.
Jeena
-
Hi Jeena,
I’m not seeing your CSS being added to the site, make sure you’ve cleared your cache.
The CSS should work, you can also add more selectors to increase its priority, example below:
.site-footer ul.wp-block-categories-list.wp-block-categories { list-style: none; }
-
jeenadigital
Hi Ying,
Thank you for your reply.
Yes, I have cleared the cache and CSS added to the customize section but still no changes on the website.
Thank you.
-
Can you provide your site link again and disable the cache plugin for now so I can see what happened to your CSS?
-
jeenadigital
Sure,
Here is the link.
Thank you
-
Can you try adding the CSS to the top of your additional CSS field and clear cache?
-
jeenadigital
Hi Ying,
It worked!
Thank you so much for your help.
Thank you
Jeena -
You are welcome 🙂
- You must be logged in to reply to this topic.