The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Nivo Slider Background color

5 posters

Go down

Solved Nivo Slider Background color

Post by Vildana February 22nd 2014, 9:23 pm

Ok i add Nivo Slider to my forum and all is fine, but i got some big white place in background or pictures idk how you call that, but that make big place around slider, how to fix that? Slider dont use much space how he looks but with this he make my forum litlle biger :-) http://akvaristika.bosnianforum.com/  Thanks

Nivo Slider Background color Boeber10
Vildana
Vildana
New Member

Female Posts : 15
Reputation : 1
Language : Bosnian English
Location : Bosnia and Herzegovina

http://akvaristika.bosnianforum.com/

Back to top Go down

Solved Re: Nivo Slider Background color

Post by TheCrow February 23rd 2014, 11:05 am

Check your css for a command named #pun-announcement and if you find it add this in your css, or else simply add it all! Wink

Code:
#pun-announcement {
background-color: transparent;
width: 700px;
height: 400px;
margin: 0px 80px;
}
TheCrow
TheCrow
Manager
Manager

Male Posts : 6913
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

Solved Re: Nivo Slider Background color

Post by Vildana February 23rd 2014, 6:19 pm

Ok i got transparent background but now i got border around slider like this

Nivo Slider Background color 19380810

How to clean that white border?
Vildana
Vildana
New Member

Female Posts : 15
Reputation : 1
Language : Bosnian English
Location : Bosnia and Herzegovina

http://akvaristika.bosnianforum.com/

Back to top Go down

Solved Re: Nivo Slider Background color

Post by Pizza Boi February 23rd 2014, 9:07 pm

Hi Very Happy

Delete "border-style: solid;" from:

Code:
#pun-announcement {
border-style: 1;
border-width: 1px;
padding: 1em;
}

Hope that helps!

Regards,
Pizza Boi
Pizza Boi
Pizza Boi
Hyperactive

Male Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!

Back to top Go down

Solved Re: Nivo Slider Background color

Post by Vildana February 23rd 2014, 11:41 pm

Sure but i cant find this in css really...where i need to search for this??? I add this but again nothing changed really...
Vildana
Vildana
New Member

Female Posts : 15
Reputation : 1
Language : Bosnian English
Location : Bosnia and Herzegovina

http://akvaristika.bosnianforum.com/

Back to top Go down

Solved Re: Nivo Slider Background color

Post by Jophy February 24th 2014, 2:10 pm

Hello,

Just add the border property. Replace the previous CSS codes with this:
Code:
#pun-announcement {
background-color: transparent;
width: 700px;
height: 400px;
margin: 0px 80px;
border: 0;
}
Jophy
Jophy
ForumGuru

Male Posts : 17924
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

Solved Re: Nivo Slider Background color

Post by Pizza Boi February 24th 2014, 2:53 pm

Jophy wrote:Hello,

Just add the border property. Replace the previous CSS codes with this:
Code:
#pun-announcement {
background-color: transparent;
width: 700px;
height: 400px;
margin: 0px 80px;
border: 0;
}

Hi Very Happy

If ever the code Jophy provided would not work, make sure to put !important after transparent and before ';' for it not to overlap with the other codes Smile.

Also, in regard to your question, my apologies, I forgot to input the whole solid thing since I accidentally unchecked it in my Inspect Element option, lol, anyway, if you can't find it in your CSS, you might be able to find it it in the Default CSS. Don't fret, though, the code Jophy provided is enough to cancel out the one in your CSS Smile.

Regards,
Pizza Boi
Pizza Boi
Pizza Boi
Hyperactive

Male Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!

Back to top Go down

Solved Re: Nivo Slider Background color

Post by Vildana February 24th 2014, 3:25 pm

This work fine and now all is great...thanks



Code:
#pun-announcement {
background-color: transparent;
width: 700px;
height: 400px;
margin: 0px 80px;
border: 0;
}
Vildana
Vildana
New Member

Female Posts : 15
Reputation : 1
Language : Bosnian English
Location : Bosnia and Herzegovina

http://akvaristika.bosnianforum.com/

Back to top Go down

Solved Re: Nivo Slider Background color

Post by SLGray February 24th 2014, 7:13 pm

Problem solved & topic archived.


Nivo Slider Background color Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51489
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum