Bullets

Mark Holland
113 Posts
Mark Holland posted this 26 June 2017

Hi,

How can I get rid of the bullets on the social icons at the top without getting rid of them on the main page.

https://mhpr.org

Many thanks

Hi, How can I get rid of the bullets on the social icons at the top without getting rid of them on the main page. https://mhpr.org Many thanks
Vote to pay developers attention to this features or issue.
1 Comments
Order By: Standard | Newest
Support Team
Support Team posted this 27 June 2017

Hi,

Please add this code under the Home >> Settings >> Additional CSS:

ul.soc li:before {
    content: none!important;
}

Sincerely,
Hella

Hi, Please add this code under the Home >> Settings >> Additional CSS: ul.soc li:before { content: none!important; } Sincerely, Hella
You must log in or register to leave comments