-
AuthorPosts
-
August 11, 2014 at 2:24 am #82010
Hi,
thanks a lot! that is it! can I also change the backgroundcolor for the hover?
thanks and best,
maxAugust 11, 2014 at 2:37 am #82013Hey Max,
Please try
.tp-leftarrow.default:hover { background-color: red !important; } .tp-rightarrow.default:hover { background-color: red !important; }
Hope that helps. 🙂
August 11, 2014 at 8:00 am #82126hi,
that helped a lot! and, sorry for that, a last question, to get the arrows now white in default and hover-state?
thanks and best,
maxAugust 11, 2014 at 8:02 am #82128Hi Max,
Thank you for writing in!
You can try adding the following CSS:
.tp-leftarrow.default, .tp-leftarrow.default:hover { background-color: #fff !important; } .tp-rightarrow.default, .tp-rightarrow.default:hover { background-color: #fff !important; }
Hope this helps. 🙂
Thank you.
August 11, 2014 at 8:05 am #82129Hi and thanks for fast answering!
but this makes the background white, the background should stay black (default) and blue (hover) just the little arrows inside of the square should be white. is that possible?
thanks,
maxAugust 11, 2014 at 8:09 am #82130Hi Max,
We’re sorry for the confusion. Please add the following CSS code to change the color of the arrows:
.tp-leftarrow.default:before, .tp-rightarrow.default:before { opacity: 1 !important; color: #fff; }
Hope this helps. 🙂
Thank you.
August 11, 2014 at 9:25 am #82181it’s working! and it’s exactly what I wanted!
thanks! very good and fast service!
maxAugust 11, 2014 at 9:28 am #82183Glad we were able to help. 🙂 Have a nice day.
-
AuthorPosts