remove bullets on Meet Gavern ( Visual Composer plugin)

Support forum dedicated to GavickPro free and premium WordPress themes.
GK User
Fri Mar 25, 2016 8:18 am
Hi!

Im using the free theme Meet Gavern with Visual Composer, but in some parts appears bullets, I've Tried to remove this, but it is impposible to me. could you tell my how can i do this?
check de URLS
http://verofernandez.com/vf2/del-librero/
http://verofernandez.com/vf2/clientes/
User avatar
Fresh Boarder

Joshua M
Fri Mar 25, 2016 10:00 am
Hi,

Try to 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:
Code: Select all
.wpb-js-composer article ul li:before {
   display: none;
}
User avatar
Moderator

GK User
Mon Mar 28, 2016 6:26 pm
You rocks!!! Problem Solved!!! Tnks!!!
User avatar
Fresh Boarder


cron