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
Remove border from Nivo module slideshow
-
- Phoca Newbie
- Posts: 6
- Joined: 25 Jan 2012, 00:50
- Jan
- Phoca Hero
- Posts: 48676
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Remove border from Nivo module slideshow
Hi, which border you mean? Maybe it is set by template?
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 6
- Joined: 25 Jan 2012, 00:50
Re: Remove border from Nivo module slideshow
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
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
- Jan
- Phoca Hero
- Posts: 48676
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Remove border from Nivo module slideshow
Hi, the border is set by template - Phoca Color template, you can modify it in CSS of the template:
http://www.beautphotography.com/templat ... layout.css
Jan
Code: Select all
#phoca-slideshow {
background: #fff;
border: solid 10px #fff;
}
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 6
- Joined: 25 Jan 2012, 00:50
Re: Remove border from Nivo module slideshow
Thanks Jan. Very much appreciate your response
David
David
- Jan
- Phoca Hero
- Posts: 48676
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Remove border from Nivo module slideshow
Ok
If you find Phoca extensions useful, please support the project