Remove border from Nivo module slideshow

Phoca Gallery plugins - plugins for Phoca Gallery extension
djones
Phoca Newbie
Phoca Newbie
Posts: 6
Joined: 25 Jan 2012, 00:50

Remove border from Nivo module slideshow

Post 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
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48676
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Remove border from Nivo module slideshow

Post by Jan »

Hi, which border you mean? Maybe it is set by template?
If you find Phoca extensions useful, please support the project
djones
Phoca Newbie
Phoca Newbie
Posts: 6
Joined: 25 Jan 2012, 00:50

Re: Remove border from Nivo module slideshow

Post 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
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48676
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Remove border from Nivo module slideshow

Post 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
If you find Phoca extensions useful, please support the project
djones
Phoca Newbie
Phoca Newbie
Posts: 6
Joined: 25 Jan 2012, 00:50

Re: Remove border from Nivo module slideshow

Post by djones »

Thanks Jan. Very much appreciate your response
David
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48676
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Remove border from Nivo module slideshow

Post by Jan »

Ok
If you find Phoca extensions useful, please support the project
Post Reply