ul Correction Assistance for ZOO Component

Responsive Joomla template for Entertainment and Music purpose with clean and lightweight design.
GK User
Sun Mar 17, 2013 11:27 pm
Hi,

As we just specified in one of our previous topics, due to too much conflicts with the FlexiContent extension, we decided to cancel the usage of FlexiContent with GK templates are there are too many issues and both are not compatible at all with each other.

Based on this, we decided instead to use ZOO from Yootheme which seems to be much more compatible, except to some CSS issues, this is the main reason of this new topic as we need some assistance to remove some ul reference in CSS from the template.

ul_reference_module.png


As you will see in the above screenshot, there is a dot (circled in red), the ZOO item module is displayed using the list method, hence, the presence of this dot, we would like to remove completely the mention of this dot and also remove the ul space completely, can you please tell us which file need to be changed and also what code needs to be updated/remove to remove the ul reference please?

Oops, forgot to mention, this can be seen live on the link http://www.mauriestate.com/mauritius-pr ... /land.html
User avatar
Senior Boarder

Konrad M
Mon Mar 18, 2013 8:19 am
Hi,
please try add to override.css
Code: Select all
ul.zoo-list > li {
    list-style-type: none !important;
    margin-top: 5px !important;
    padding: 5px 0 0 !important;
}

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


cron