Home › Forums › Pro Support › Hide bottom dots and define color for carousel arrows Tagged: arrow colors in carousel This topic has 3 replies, 2 voices, and was last updated 2 years, 5 months ago by elvin. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts April 12, 2021 at 8:20 am #29139 JoaoParticipant Hi again, I followed this topic https://wpshowposts.com/support/topic/add-arrow-to-carousel-and-hide-dots/#post-10712 and the snippet did it. But the css did not 🙁 Also, when adding: .wp-show-posts .slick-next:before, .wp-show-posts .slick-prev:before { color: white!important; } Also, a black line appear on botton of the carousel post. I tried several times and I believe I was sucessful once but then it stopped working (could it be something related to GP Version 2.0.?) Joao April 12, 2021 at 4:46 pm #29169 elvinModerator Hi there, Can you link us to the site in question to check? You can send the link through the contact page if you wish to keep it private: https://wpshowposts.com/contact/ April 15, 2021 at 12:50 pm #29296 JoaoParticipant Hi Elvin, I just did; you can check the link to the site. Also added user and pwd. Thank you. Joao April 15, 2021 at 11:50 pm #29320 elvinModerator Thanks. The black line you see is from a box shadow. Your site has this CSS: .wp-show-posts-inner { box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 20%); } If you wish to keep it but not for the carousel WPSP list, try adding this CSS: .slick-slider .wp-show-posts-inner { box-shadow: none; } For the buttons, try this CSS: #wpsp-557 button.slick-next.slick-arrow, #wpsp-557 button.slick-prev.slick-arrow { color: white; } Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In