Deals Plazza K2 Css override
- Posted by andy (759) Offline
Hissam,
Can you try to add this css code at the bottom of your com_k2.css file ?
12 years 1 month ago #7
by andy
Can you try to add this css code at the bottom of your com_k2.css file ?
div.subCategory:hover {background: #eee; border: 1px solid #ccc;}
Please Log in or Create an account to join the conversation.
- Posted by hissam (25) Offline
thanks mate worked fine, great customer service as always. just wondering will you guys bring back the tp menu. i think it has lot of options part of the template.
12 years 1 month ago #8
by hissam
Please Log in or Create an account to join the conversation.
- Posted by hissam (25) Offline
Hi there mate,
for some reason the K2.css override is not taking place in deal plazza 1.0.2.
Specs
Joomla 2.5; K2 2.6.1
12 years 1 month ago #9
by hissam
for some reason the K2.css override is not taking place in deal plazza 1.0.2.
Specs
Joomla 2.5; K2 2.6.1
Please Log in or Create an account to join the conversation.
- Posted by erwinschro (1034) Offline
Hi mate
Mmm ... isn't that part is similar like the one in the demo page below
demo.templateplazza.com/deal_plazza/inde...st/category/3-travel
Or have you try to change that style by editing the overriden k2.css and not work?
12 years 1 month ago #10
by erwinschro
Mmm ... isn't that part is similar like the one in the demo page below
demo.templateplazza.com/deal_plazza/inde...st/category/3-travel
Or have you try to change that style by editing the overriden k2.css and not work?
Please Log in or Create an account to join the conversation.
- Posted by hissam (25) Offline
hi there mate,
can i get the colour change to white in the com_k2.css in the template, from the current colour. can you please let me know what needs to be changed
12 years 1 month ago #11
by hissam
can i get the colour change to white in the com_k2.css in the template, from the current colour. can you please let me know what needs to be changed
Please Log in or Create an account to join the conversation.
- Posted by erwinschro (1034) Offline
Yes sure
Inside the com_k2.css there's a class itemListCategory, add the background color property for it like this,
12 years 1 month ago #12
by erwinschro
Inside the com_k2.css there's a class itemListCategory, add the background color property for it like this,
div.itemListCategory {background: #FFF; margin:10px 0 30px 0; padding: 20px 0;}
Please Log in or Create an account to join the conversation.