NSP And Virtuemart Customisation

Commercial shopping Joomla template to easy create webshop with various extensions supported like ViruteMart, K2 and K2Store.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sat Aug 16, 2014 11:45 am
Reply with quote
Report this post
howsit guys, sorry for trouble, its taking me a while to get used to the templates but im loving them so far, i have a problem

i am doing a site for catalogue purposes only and i would like to remove the add to cart link and the effect of the circle when hovering over the shops & Trends in the NSP!

i would like my top and NSP of my site to look like the one from www.thedesignerwarehouse.co.za , currently my site is http://192.185.25.109/~fxveneer/

thanking you in advance
User avatar
Junior Boarder

teitbite
Sun Aug 17, 2014 4:03 pm
Reply with quote
Report this post
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.gkNspPM-ProductGallery .gkPrice,
.gkNspPM-ProductGallery .gkAddToCart,
.gkNspPM-ProductGallery .gkImage .gkImgOverlay {
    display: none;
}
User avatar
Moderator

GK User
Mon Aug 18, 2014 7:51 am
Reply with quote
Report this post
cool, going to add now and see.. and what about the header and the thin line under the header? is that a possibility too!
User avatar
Junior Boarder

GK User
Mon Aug 18, 2014 8:46 am
Reply with quote
Report this post
after adding the code to the override.css and clearing the cache i still have the same view, nothing has changed!
where can i be going wrong?
User avatar
Junior Boarder

GK User
Tue Aug 19, 2014 11:11 am
Reply with quote
Report this post
got it perfect, only confused with making the header white and adding the line!
User avatar
Junior Boarder

teitbite
Wed Aug 20, 2014 10:16 am
Reply with quote
Report this post
Hi

here is a part of the code responsible for header in the examle site:

Code: Select all
#gkHeaderNav.gkAbsoluteHeader {
    background: none repeat scroll 0 0 #ffffff;
    border-bottom: 2px solid red;
}
User avatar
Moderator

GK User
Fri Aug 22, 2014 1:51 pm
Reply with quote
Report this post
working like a boss thank you so very much!
User avatar
Junior Boarder


cron