Thank you very much. I’ve managed to fix that now.
I tweaked the appearance a bit using CSS. It’s working so far.
.wd-arrow-inner, .wd-nav-arrows, .wd-pos-sep, .wd-prev, .wd-nav-arrows, .wd-pos-sep, .wd-next {
background-color: rgba(180,180,180,0.55) !important;
text-shadow: 0px 2px 2px #777;
}
.wd-arrow-inner, .wd-arrow-inner:after, .wd-arrow-inner:hover {
color: #fff;
text-shadow: 0px 2px 2px #777;
font-size: var(--wd-arrow-icon-size, 28px);
font-family: "woodmart-font";
}
.wd-arrow-inner {
width: var(--wd-arrow-width, var(--wd-arrow-size, 50px));
height: var(--wd-arrow-height, var(--wd-arrow-size, 40px));
}
But I still have one problem. When the buttons in the left thumbnail row are hidden (because there are fewer thumbnails), the background stays gray.
I can’t get rid of that. Can you help me with this? I only want the boxes to be gray, like in the main image.
Attachments:
You must be
logged in to view attached files.