How not show the file name below the image virtuemart

GK User
Wed Aug 03, 2016 6:38 pm
Hi,

I will like to know how to no show the file name below the image when I go to "product detail"

Captura.JPG


Captura2.JPG


Thank you
User avatar
Expert Boarder

teitbite
Sun Aug 07, 2016 12:44 pm
Hi

Please tell me the url to the page You've made those screenshots.
User avatar
Moderator

GK User
Tue Aug 16, 2016 9:45 pm
Hi,

the screenshots was made from the your DEMO TEMPLATE PAGE.

Captura.JPG


thank you
User avatar
Expert Boarder

teitbite
Sun Aug 21, 2016 4:00 pm
Hi

Ok, but VM allows to use couple of libraries for popups. In our demo code to remove it is:

Code: Select all
#fancybox-title { display: none; }


please check it and if this will not work tell me the url to product page on Your site.
User avatar
Moderator

GK User
Mon Aug 22, 2016 7:56 pm
I didnt work,

I use this code
Code: Select all
#fancybox-title { color: #fff; }


its no the solution but, works for me.

Thank you
User avatar
Expert Boarder

teitbite
Thu Aug 25, 2016 12:07 pm
Hi

If You are able to change the color, means selector works. Probably just needs a higher priority, so use it like that:

Code: Select all
#fancybox-title {
display: none !important;
}
User avatar
Moderator

GK User
Mon Sep 12, 2016 10:01 pm
Hi Teitbite.

It works, thank you
User avatar
Expert Boarder

teitbite
Thu Sep 15, 2016 3:03 pm
Hi
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
User avatar
Moderator


cron