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
.nspArt img {border: 1px solid #640606}
bkrztuk wrote:You need to use this code :of course color #640606 is a example. Please paste code to override.css file and enable option 'Use override CSS' in template settings.
- Code: Select all
.nspArt img {border: 1px solid #640606}
#gkPage .box > div, #gkPage .box_text > div, #gkPage .box_menu > div {
border: 1px solid #ccc;
}
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.