Are you a GenerateCustomer?

Do you have an active GP Premium or GenerateBlocks Pro license key?

Create a GenerateSupport account for GeneratePress and GenerateBlocks support in one dedicated place.

Create an account
Already have a GenerateSupport account? Login

Just browsing?

Feel free to browse the forums. Support for our free versions is provided on WordPress.org (GeneratePress, GenerateBlocks).

Want to become a premium user? Learn more below.

REMOVE BULLET LISITNG

  • 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;
    }
  • 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?

  • Sure,

    Here is the link.

    Thank you

  • Can you try adding the CSS to the top of your additional CSS field and clear cache?

  • Hi Ying,

    It worked!

    Thank you so much for your help.

    Thank you
    Jeena

  • You are welcome 🙂

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.