If I have only three portfolio thumbnails, for example, there is no requirement to display the carousel nav button. Is there a way to hide this button?
1 Answers
Hi,
To resolve this issue, you can add the following code to the style.css file:
.portfolio .carousel-nav {
display: none;
}
Hope this helps !
Please login or Register to submit your answer