Home Forums WoodMart support forum ::marker

::marker

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #338825

    [email protected]
    Participant

    how i can remove ::marker form all Elementor section or Element?

    #338826

    [email protected]
    Participant

    Attached image

    Attachments:
    You must be logged in to view attached files.
    #338840

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    There should be an option in the Elementor widget. We recommend using the Extra menu list widget of WoodMart. Find our documentation tutorial about this here: https://xtemos.com/docs/woodmart/shortcodes-2/

    Best Regards

    #338978

    [email protected]
    Participant

    thank you

    Is there a way to at least change the color for marker?
    by css or other way ?

    #339275

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .elementor-icon-list-items{
    	list-style: none;
    }
    .elementor-icon-list-items li:before {
        margin-right: 10px;
        font-size: 8px;
        content: "\f114";
        font-family: "woodmart-font";
    }

    Best Regards

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