Tagged: image slider
- This topic has 4 replies, 2 voices, and was last updated 8 years, 1 month ago by Mahesh.
-
AuthorPosts
-
September 28, 2016 at 4:23 am #100442MatthewParticipant
Hi there,
I have my rough template working for my website and the Image slider is working. However, when the main image is displayed, the smaller thumbnail image disappears and it is completely white. Once the slider moves onto the next image, it reappears and the new image thumbnail disappears. How do I go about solving this?
September 28, 2016 at 11:07 am #100469MaheshParticipant@mj0541: Its to highlight which image is displaying currently. Its how it is designed. If you want to remove it anyway, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
#per-slide-template .cycle-pager-active::after { background-color: transparent; }
If you want to keep the text color white, add the following CSS:
#per-slide-template .cycle-pager-active h2, #per-slide-template .cycle-pager-active { color: #fff; }
Regards,
MaheshSeptember 28, 2016 at 2:44 pm #100481MatthewParticipantOk,
Awesome. I thought it was something I had done by mistake. If I wanted to change the colour so that it was the same Blue I’m am using for the breadcrumb text, how do I do that?
All the best
September 28, 2016 at 3:26 pm #100483MatthewParticipantActually, scratch that. Looks good with that coding. Thanks a lot Mahesh. Thats great!
September 28, 2016 at 4:05 pm #100491 -
AuthorPosts
- The topic ‘Featured Image slider, small images are blank’ is closed to new replies.