orange dot if i use a other Image Moudle

Business template for Joomla 3 and 2.5 ideal to create blog or personal website.
GK User
Fri Nov 16, 2012 11:50 am
Hi,

i will use a yoothem emodule (Image Slider) my problem is that the template make orange dots in the front of the Buttons.

[url]See: http://tiziana.purespace.eu/[/url]

How can i remove this oraneg dots in the Image slider??
User avatar
Junior Boarder

Konrad M
Fri Nov 16, 2012 11:56 am
Hi,
please add to override.css
Code: Select all
#gkHeader ul.nav li {
padding-left: 0px !important;
background:none !important;
}

and remember ot enable override.css option in template settings.
User avatar

GK User
Fri Nov 16, 2012 12:55 pm
Thanks, now i have no orange dots near the buttons. But i havé a orange dot on th eLeft-top side of my Module .

See link.
User avatar
Junior Boarder

Konrad M
Fri Nov 16, 2012 12:58 pm
Change code I gave you to this one:
Code: Select all
#gkHeader ul li {
padding-left: 0px !important;
background:none !important;
}
User avatar

GK User
Fri Nov 16, 2012 1:09 pm
Thanks !! :-)
User avatar
Junior Boarder


cron