Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #48365
    Donald Gerard
    Guest

    How do I change or remove the triangle icons in the categories widget in the sidebar of the post? Thanks!

    #48387
    Brandon C
    Keymaster

    Hi Donald,

    Thank you for reaching out with your Callaway theme/BoldGrid Post and Page Builder for WordPress questions!

    If you want to remove the category icons using CSS you can use this snippet:

    .sidebar .widget .nav > li:before {
        display: none;
    }

    Hope this works for you Donald!

    #48412
    Donald Gerard
    Guest

    It works! Thanks!

    #48440
    Brandon C
    Keymaster

    Awesome! Happy you were able to get that functioning properly Donald! Don’t hesitate to reach back out if you have any other question for us.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to change or remove the triangle icon in the categories sidebar widget?’ is closed to new replies.