Hello,
We can see a few posts on this topic, but none that start from the beginning.
We wanted to change our previous/next image slideshow navigation to arrows, or < > and place them either side of the images.
Most of the previous questions refer to targeting the slideshow nav specific to 'next' and 'prev' in the CSS. However, our CSS currently only has one section referring to slideshow nav, and i think groups 'prev' and 'next' in the same part:
(.slideshow_nav {
clear: both;
color: #000000;
padding-bottom: 10px;
font-size: 12px;
}
.slideshow_nav a {
color: #000000;
text-decoration: underline;
}
Hope that makes sense.
Thanks.
We can see a few posts on this topic, but none that start from the beginning.
We wanted to change our previous/next image slideshow navigation to arrows, or < > and place them either side of the images.
Most of the previous questions refer to targeting the slideshow nav specific to 'next' and 'prev' in the CSS. However, our CSS currently only has one section referring to slideshow nav, and i think groups 'prev' and 'next' in the same part:
(.slideshow_nav {
clear: both;
color: #000000;
padding-bottom: 10px;
font-size: 12px;
}
.slideshow_nav a {
color: #000000;
text-decoration: underline;
}
Hope that makes sense.
Thanks.