Homepage Slider – hide navigation buttons
-
Is there any custom CSS code I can add to hide the navigation buttons on my homepage slider please?
http://sandrajackson.biz/Also, is there any custom CSS code to hide the feint grey box behind the slider text? I’d like to leave that area blank (putting the actual words onto the slider JPGs) but if left blank, a thin feint grey opaque box remains.
Any help in these two areas is greatly appreciated! Cheers….
-
Next time you ask for help, please disable the thing that disables right clicks. Thanks.
This CSS will hide the nav arrows:
.carousel-control { display:none; }To add CSS: If your theme has a custom CSS option, use that to add the CSS shown above. If not, install the plugin Simple Custom CSS. Or, if you have Jetpack installed, enable its Custom CSS module.
Learn the Chrome Developer Tools to help you see and test changes to your CSS.
The developers and users of this theme/plugin would be the best people to ask if you have additional issues with it. You can reach them here:
My apologies, Steve, totally forgot about that!
No, that custom CSS language didn’t do it. (Yes, I have Custom CSS plug-in and used it successfully.)
The theme developer doesn’t seen to give much support – questions go unanswered.
Sorry, I should explain further: I don’t want to hide the navigation arrows, I wish to hide the navigation buttons 1-5 along the bottom of the slider. Thank you. (disabled the no right click)
You can get rid of the diamonds with
.homepage-slider .carousel-indicators { display: none; }-
This reply was modified 9 years, 5 months ago by
Steven Stern (sterndata).
Yesssss, that did it! Thank you so much, Steve, and thanks for your patience with a newbie. Greatly appreciated.
Cheers!PS: Love your kitten gallery. If you like cats, you’re a good guy IMO.
-
This reply was modified 9 years, 5 months ago by
The topic ‘Homepage Slider – hide navigation buttons’ is closed to new replies.