Remove wording "List Categories"

Ecommerce design Joomla template to start your online business with VirtueMart and additional eshop features.
GK User
Wed Apr 27, 2011 7:07 am
Hi There,

When I create a link to a virtuemart category, it shows the wording: "List Categories" above the category description.

Is there a way to remove this?

Thanks
Ash
User avatar
Junior Boarder

Konrad M
Thu Apr 28, 2011 6:51 am
Hi
Can you give me a link to page with this ? :)
User avatar

GK User
Thu Apr 28, 2011 11:01 pm
User avatar
Junior Boarder

Konrad M
Fri Apr 29, 2011 6:10 am
Find in vm.css
Code: Select all
.recenlts {
clear:both;
margin-bottom:2px;
padding:10px 0;
}

and change to
Code: Select all
.recenlts {
clear:both;
display:none;
margin-bottom:2px;
padding:10px 0;
}
User avatar

GK User
Mon May 02, 2011 12:05 am
Thank you for your reply!

Let me test this out!
User avatar
Junior Boarder

GK User
Tue May 03, 2011 12:31 am
Hi there,

maybe you can help me out with another issue.

I am trying to make a list, using the <UL> <LI> html codes.

But the layout seems to be a bit off, ( you can see this on corks.com.hk - left hand side module for categories)

Any tip to where in the CSS I can fix this, or if there is any class I can use to fix this?

Thanks!
User avatar
Junior Boarder

teitbite
Thu May 05, 2011 1:21 am
Hi

Please try to add this to css:

Code: Select all
ol {
    list-style: decimal inside none;
}

ul {
    list-style: disc inside none;
}
User avatar
Moderator

GK User
Wed Jun 15, 2011 8:35 am
Greetings everybody,
When I try on mine (I am working on localhost), when I change the vm.css
.recenlts {
clear:both;
display:none;
margin-bottom:2px;
padding:10px 0;
}

Everything desapair on the category view.
I have check several times but no sucess so far.
Thanks.
User avatar
Fresh Boarder

teitbite
Wed Jun 15, 2011 6:53 pm
Hi

What are You trying to do ? Because line display:none will for sure remove everything.
User avatar
Moderator


cron