Bullets

eCommerce WordPress theme with various e-store features and WooCommerce support.
GK User
Thu Sep 03, 2015 8:19 pm
Hi, I've searched the forum on how to remove the list bullets in Storebox but only found how to do it on other themes. Could you guys point me to the correct way? :)

Thanks!
User avatar
Fresh Boarder

GK User
Fri Sep 04, 2015 8:02 am
Hi,
Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it?
User avatar
Moderator

GK User
Fri Sep 04, 2015 12:06 pm
Sent in PM :)
User avatar
Fresh Boarder

GK User
Fri Sep 04, 2015 12:29 pm
Add the following code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend) or use any custom css plugin or child theme style.css file

Code: Select all
article .content ul li {
   background: transparent!important;
   padding-left: 0;
}
User avatar
Moderator

GK User
Fri Sep 04, 2015 5:23 pm
Worked fine, thank you very much for the quick help!
User avatar
Fresh Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.