How do I remove the bar n position Breadcrumb?

Elegant Joomla template designed especially for both professional and personal website presentation.
GK User
Thu Apr 19, 2012 6:17 pm
How do I remove the bar that appears on all items and categories with the letters AAA in position Breadcrumb?
you can see it here
http://refuerzospositivos.eu/25j/index. ... raz%C3%B3n
apologize for my language I'm using the google translator, my language is Spanish
regards
User avatar
Fresh Boarder

Konrad M
Thu Apr 19, 2012 6:44 pm
Hi,
Please try add to override.css
Code: Select all
#gkBreadcrumb {
    display:none !important;
}

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


cron