Hey guys,
How do we remove the 'Read more' button on the slider? We don't have a link to the media so we'd rather remove it for specific images.
Please advise, thanks
.gkIsWrapper-gk_musicstate figcaption > a {display: none;}
Cyberek wrote:If You will have any other questions, feel free to post new forum threads.
.gk-is-wrapper-gk_musicstate figcaption > a {display: none;}
Cyberek wrote:Please add this additional line:
- Code: Select all
.gk-is-wrapper-gk_musicstate figcaption > a {display: none;}
.gkIsWrapper-gk_musicstate figcaption {
color: #f00 !important;
}
Cyberek wrote:Please edit: /templates/gk_musicstate/css/override.css and add at its end:
- Code: Select all
.gkIsWrapper-gk_musicstate figcaption {
color: #f00 !important;
}
Remember to enable "CSS override" in template settings - advanced section.