Home Forums WoodMart support forum Change bullets icon

Change bullets icon

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #421233

    escobarysanchez
    Participant

    How can I make the list with circles…squares… show another icon, e.g. a check?

    Thanks in advance

    #421476

    Hello,

    Although, we are already seeing on the mentioned page of your Site that you have used the Check List style for the List Items. But if you want to know how you can change the style of that to a different one then you can try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:

    If you want the Disc style then you can use the following one:

    .mybullet li {
        list-style: disc !important;
    }

    For the Circle one, then you can use the following one:

    .mybullet li {
        list-style: circle !important;
    }

    For the Square one, you can use this one:

    .mybullet li {
        list-style: square !important;
    }

    You can use any one of them which best suits you. Moreover, this CSS given to you is specifically for the List Item section on your Site. If you want to work it globally then just remove the CSS class .mybullet from the CSS.

    Hope this helps !

    Best Regards

    #421495

    escobarysanchez
    Participant

    Thanks.

    #421501

    Most Welcome!!!.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Change bullets icon’ is closed to new replies.