Trying to remove the bullet created by the UL LI within the .content-links-a
I tried many things with CSS.
But it is not loaded within the template for some reason
I have added this code in the template custom css
This is the current css path:
div.article-details div.com-content-article__links.content-links ul.com-content-article__links.content-list li.com-content-article__link.content-links-a
It works fine within the Inpector of the browswer, but the CSS change is not properly loaded by the template adjustment. What am I missing here?
I tried many things with CSS.
But it is not loaded within the template for some reason
I have added this code in the template custom css
Code:
li.com-content-article__link {list-style: none; list-style-type: none; text-align: center;}li.content-links-a {margin-top:20px;margin-left:auto;margin-right:auto;list-style: none;list-style-type: none; text-align: center;}
div.article-details div.com-content-article__links.content-links ul.com-content-article__links.content-list li.com-content-article__link.content-links-a
It works fine within the Inpector of the browswer, but the CSS change is not properly loaded by the template adjustment. What am I missing here?
Statistics: Posted by rakeshy — Tue Jul 09, 2024 12:53 am