Home Forums WoodMart support forum Change style of bullet list

Change style of bullet list

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #81819

    Anonymous
    Inactive

    Hi, is it possible to change the style of the bullet list from arrow to square or circular ?

    #81834

    Hello,

    Do you mean menu or provide page URL with the list.

    Best Regards

    #82177

    Anonymous
    Inactive

    Hi I meant page url with the list

    #82197

    Hello,

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

    #1538838160849-fdad1ec3-78f6 .vc_tta-panel-body .wpb_content_element .wpb_wrapper ul li:before{
    display:none
    }
    #1538838160849-fdad1ec3-78f6 .vc_tta-panel-body .wpb_content_element .wpb_wrapper ul{
    list-style-type: circle;
    }

    I cannot log in to your site and check the code if it does not work deactivate all the blocking plugins and configurations.

    Best Regards

    #82406

    Anonymous
    Inactive

    Hi, the css did not work. I can’t seem to change the style sheet for list style type.
    I have uninstalled all plugins to see if that affected the style, however, I still can’t change to any other style.

    Have you any other recommendations?
    Product Organic pumpkin seeds European
    short description

    #82413

    Hello,

    Please replace the code with this one:

    .vc_tta-accordion ul li:before{
    	display:none;
    }
    .vc_tta-accordion ul li {
    	 list-style: circle!important;
    }

    Add this code to the Theme Settings > Custom CSS

    Best Regards

    #82431

    Anonymous
    Inactive

    Thank you for your help that worked perfectly

    Best regards CiarĂ¡n

    #82471

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Change style of bullet list’ is closed to new replies.