How to remove homepage slider title?
-
I would like to remove the title of slider with only displaying the photo.
I have tried below code add in to CSS but cannot work.
Please assist and thank you.#main-slider .entry-container { display: none; }The blog I need help with is: (visible only to logged in users)
-
Hey 4beu,
Try adding this code.
.slider-meta .slider-title{ display: none; }Hope this helps.
-
- The topic ‘How to remove homepage slider title?’ is closed to new replies.