Page 1 of 1

Remove border from Nivo module slideshow

Posted: 25 Jan 2012, 01:17
by djones
Hello,
I have just started using Joomla and Phoca templates and modules so I'm still very new to all of this.

I have installed Joomla 1.7, Phoca Template Color ver 1.0.3, Gallery ver 3.1.2 and Nivo slideshow ver 1.0.1. The gallery is working fine and the slideshow is also working. However I would like to remove the white border around the images/thumb nails of the slideshow. I have found some notes which say to add the word "transparent" for border color and border on mouse over. I have done this in "options" for the Gallery module but this did not change the border around the Nivo slideshow.

Can someone point me in the right direction for the settings I need to change for Nivo slide show.

Thanks
David

Re: Remove border from Nivo module slideshow

Posted: 30 Jan 2012, 00:52
by Jan
Hi, which border you mean? Maybe it is set by template?

Re: Remove border from Nivo module slideshow

Posted: 30 Jan 2012, 05:21
by djones
Hi Jan,
I have followed notes on Phoca.cz to setup a Nivo slideshow. This is on the main "Home" web page instead of displaying the default image which came with the Phoca template.

The Nivo slidewhow works but it has a white border around each image. I was hoping to remove the white border.

If you wish you can see what I'm talking about on my web site www.beautphotography.com

Thanks for responding
David

Re: Remove border from Nivo module slideshow

Posted: 30 Jan 2012, 23:29
by Jan
Hi, the border is set by template - Phoca Color template, you can modify it in CSS of the template:

Code: Select all

#phoca-slideshow {
	background: #fff;
	border: solid 10px #fff;
}
http://www.beautphotography.com/templat ... layout.css

Jan

Re: Remove border from Nivo module slideshow

Posted: 31 Jan 2012, 00:07
by djones
Thanks Jan. Very much appreciate your response
David

Re: Remove border from Nivo module slideshow

Posted: 31 Jan 2012, 00:13
by Jan
Ok