Jump to content
Sign in to follow this  
psychandtheother

Carousel background color

Recommended Posts

psychandtheother

Hi I'm trying to change my carousel background from #FFFFFF to an all black background. My site is psychologyandtheother.com The carousel is right above the Navigation system. I need some custom CSS code to change the color and so far NOTHING has worked. If anyone has a great idea as to how to make the images slide on there own that would be great as well.

Share this post


Link to post
Share on other sites
Danny
Hi, Add this to Platform Settings --> Custom Code --> CSS Rules: [code] #carousel .content-pad { background: #000000 !important; } [/code] In changing the background of the carousel to black, you may want to change the arrow images using photo editing software, when the background is dark it quite difficult to see them. If you don't have access to any photo editing software such as Photoshop for example, you could try this code below, it removes the background from the arrow images. [code] #carousel .jcarousel-prev { background: url("images/carousel_navleft.png") no-repeat scroll 0 0 #888888 !important; border-radius: 24px; -moz-border-radius: 24px; -webkit-border-radius: 24px; } #carousel .jcarousel-next { background: url("images/carousel_navright.png") no-repeat scroll 0 0 #888888 !important; border-radius: 24px; -moz-border-radius: 24px; -webkit-border-radius: 24px; } [/code] Have a play about with the #888888 color code, changing it to a lighter or darker color may help.

Please search our forums, before posting!

Share this post


Link to post
Share on other sites
psychandtheother
Hey Danny Thanks for the help I input the code as suggested and not one change took place! I really don't understand why this is not working. I hope it's an easy fix.

Share this post


Link to post
Share on other sites
psychandtheother
Does it change anything if I'm using a Next gen plugin to generate the gallery? I just don't understand why Nothing works! Reply back if you need some more information

Share this post


Link to post
Share on other sites
psychandtheother
nope no catching plugin thanks tho!

Share this post


Link to post
Share on other sites
Danny
Would it be possible for you to contact me via PM and send me details to access your sites admin, so I can take a closer look please ?

Please search our forums, before posting!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×