Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

menu/bullets

Home / Forums / Ascend Theme / menu/bullets

This topic is: Resolved
[Resolved]
Posted in: Ascend Theme
April 30, 2018 at 3:16 pm

Hello,
I wanted to change the color of my bullets in the bullet points list in my blog posts, so I added some css in the custom css.
But I now notice bullets on the top of my categories in the menu…
if i remove the added CSS (which I did for now), my bullets return to their default colors and disapear from my categories in the menu item which then looks normal…
Could you please help me customizing the bullets without them messing with the menu? 🙂
I guess my CSS is not right.
This is what I added :

ul {
list-style-type: none;
}

ul li:before {
content: “2022”;
margin-right: 10px;
color: #C1934C;
}

ul li {
color: #898a8c;
}

And here is an image of the menu when added.

Thanks a lot!
Priscilia

  • The forum ‘Ascend Theme’ is closed to new topics and replies.