Hiding bullet points from menus

Professional Business Joomla template for corporate and business websites suitable for showing stock quotes, up to date news, portfolio management resources or international market data.
GK User
Wed Jan 23, 2013 3:54 pm
How can I use the override.css to hide bullet points for menu items?

Can I choose which menus it applies to?

And is there a way to change the social icons?
User avatar
Junior Boarder

Konrad M
Wed Jan 23, 2013 5:16 pm
Hi,
please give us url to your site. And please let me know which menu you would like to hide them.
User avatar

GK User
Wed Jan 23, 2013 5:19 pm
Konrad M wrote:Hi,
please give us url to your site. And please let me know which menu you would like to hide them.



My working site (not yet published) is at http://199.19.95.52

I want to hide the bullets from the bottom modules.
User avatar
Junior Boarder

Konrad M
Thu Jan 24, 2013 10:05 am
Please add to override.css
Code: Select all
#gkBottomWrap .box ul li {
list-style: none;
}

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

GK User
Thu Jan 24, 2013 6:44 pm
It works, thank you for the support.
User avatar
Junior Boarder


cron