Change style of bullet list
-
AnonymousInactive
Hi, is it possible to change the style of the bullet list from arrow to square or circular ?
Hello,
Do you mean menu or provide page URL with the list.
Best Regards
AnonymousInactive
Hi I meant page url with the list
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
AnonymousInactive
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
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
AnonymousInactive
Thank you for your help that worked perfectly
Best regards CiarĂ¡n
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Change style of bullet list’ is closed to new replies.