2 Theme Questions 2 Theme Questions
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

2 Theme Questions

Started by Valk, October 26, 2011, 09:42:35 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Valk

I installed a theme called "Acidtech" and modified it to my likings.  My site can be seen here: http://www.pikplop.com/ (might be some nudity).
Heres my 2 quick questions:

1)  There is a small red border around the thumbnails, any idea how I can change or remove it?  I've looked everywhere.

2)  Being that I modified a theme someone already spent a huge amount of time making, is it ok to share here with others giving the original author full credit?  They asked for noone to edit their theme.php and I didn't change anything.

Thank you for any help, I'm abit new at all this.

ΑndrĂ©

Quote from: Valk on October 26, 2011, 09:42:35 PM
1)  There is a small red border around the thumbnails, any idea how I can change or remove it?  I've looked everywhere.

Open the theme's style.css file and adjust
a:link .image{
border-color: #900;
border-style: solid;
border-width: 1px;
margin: 2px;
}




Quote from: Valk on October 26, 2011, 09:42:35 PM
2)  Being that I modified a theme someone already spent a huge amount of time making, is it ok to share here with others giving the original author full credit?  They asked for noone to edit their theme.php and I didn't change anything.

Feel free to contribute a modified theme. Just give it a meaningful name (have a look at the demo how others named theme variations, e.g. all curve theme contributions).

Valk

Excellent!  Thank you so much.  I'll get the theme sorted out and post it to share.