rhinotago
asked 9 years ago

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
DominicStaff
answered 9 years ago

Hi,
To resolve this issue, you can add the following code to the style.css file:

.portfolio .carousel-nav {
  display: none;
} 

Hope this helps !

Powered by DW Question & Answer Pro