How do I delete the blue dot appearing above images?

Best WordPress theme for festivals or other events with responsive, clean and unique design.
GK User
Sat May 09, 2015 7:04 pm
There is a blue for appearing by the top left corner of all the images appearing on this page here:

http://scarela.com/exhibitors-2015/

I can't track down the source, but is definitely from the theme.

How can I remove these?

Thanks!

D
User avatar
Fresh Boarder

GK User
Sun May 10, 2015 11:27 pm
Hello,

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)

Code: Select all
article .imc_wrapp li:before {
   display: none;
}
User avatar
Moderator

GK User
Mon May 11, 2015 3:35 am
Perfect! Thanks!
User avatar
Fresh Boarder


cron