How to remove 'Read more' on slider

Premium BuddyPress WordPress theme perfect for venue, music brand or community music website.
GK User
Wed Mar 12, 2014 9:25 pm
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
User avatar
Junior Boarder

GK User
Thu Mar 13, 2014 8:09 am
Please edit: /templates/gk_musicstate/css/override.css and add at its end:
Code: Select all
.gkIsWrapper-gk_musicstate figcaption > a {display: none;}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Thu Mar 13, 2014 8:37 am
Excellent! Thanks Cyberek! :)
User avatar
Junior Boarder

GK User
Thu Mar 13, 2014 8:27 pm
If You will have any other questions, feel free to post new forum threads.
User avatar
Moderator

GK User
Fri Mar 14, 2014 6:40 am
Hi Cyberek,

Tried this code and for some reason it is not working. It still continues to display 'Read more' on the wordpress slider on the image. Also, how can you change the font color?

Please advise, thank you!
User avatar
Junior Boarder

GK User
Fri Mar 14, 2014 6:17 pm
Cyberek wrote:If You will have any other questions, feel free to post new forum threads.


Hi Cyberek!

Hope your doing excellent. Just wanted to reply again to make sure you were able to see that the issue exists. For some reason the code didn't work and the slideshow still displays 'read more'.

Please advise, thanks
User avatar
Junior Boarder

GK User
Mon Mar 17, 2014 11:33 am
Could You please post an url to your site?
User avatar
Moderator

GK User
Mon Mar 17, 2014 5:43 pm
Hi Cyberek,

Our website is on coming soon. Inboxed you the link and login details
User avatar
Junior Boarder

GK User
Tue Mar 18, 2014 9:31 am
Please add this additional line:
Code: Select all
.gk-is-wrapper-gk_musicstate figcaption > a {display: none;}
User avatar
Moderator

GK User
Tue Mar 18, 2014 1:49 pm
Cyberek wrote:Please add this additional line:
Code: Select all
.gk-is-wrapper-gk_musicstate figcaption > a {display: none;}


Hi Cyberek,

Thnx for the response and support. The new code solved the issue. Also, how we we change the font color of the text?

Please advise
User avatar
Junior Boarder

GK User
Wed Mar 19, 2014 10:27 am
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.
User avatar
Moderator

GK User
Wed Mar 19, 2014 5:05 pm
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.


Excellent! Thank you :)
User avatar
Junior Boarder


cron