mod_news_pro_gk4 in music template border color

Responsive Joomla template for Entertainment and Music purpose with clean and lightweight design.
GK User
Tue Nov 13, 2012 7:49 pm
Hello,

I'd like to change border color of mod_news_pro_gk4 in Music template.
Which lines have I to modify? And where?
In the attachment, a screen capture of the module in top 2 position.
Site url: fenicetorino.com

Thanks,
RP
User avatar
Fresh Boarder

GK User
Wed Nov 14, 2012 8:23 am
You need to use this code :

Code: Select all
.nspArt img {border: 1px solid #640606}
of course color #640606 is a example. Please paste code to override.css file and enable option 'Use override CSS' in template settings.
User avatar
Platinum Boarder

GK User
Wed Nov 14, 2012 11:25 am
bkrztuk wrote:You need to use this code :

Code: Select all
.nspArt img {border: 1px solid #640606}
of course color #640606 is a example. Please paste code to override.css file and enable option 'Use override CSS' in template settings.


Thank you for your response, but I'd like to change the external border color (the one the arrow is touching in my previous message). Is it possible?

Thanks,
RP
User avatar
Fresh Boarder

GK User
Thu Nov 15, 2012 9:26 am
This is possible but will affect to all modules in your site :

#gkPage .box > div, #gkPage .box_text > div, #gkPage .box_menu > div {
border: 1px solid #ccc;
}


#ccc is example value.
User avatar
Platinum Boarder

GK User
Thu Nov 15, 2012 12:12 pm
bkrztuk wrote:This is possible but will affect to all modules in your site :

#gkPage .box > div, #gkPage .box_text > div, #gkPage .box_menu > div {
border: 1px solid #ccc;
}


#ccc is example value.


Ok, thank you for your support.

Regards,
RP
User avatar
Fresh Boarder


cron