Remove button -- What we do --

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Jun 18, 2013 2:02 pm
Reply with quote
Report this post
Hi is it possible to remove the link button -- What we do -- on the intro page so there is no button visible and maybe only a link on the photo.

Thank's
User avatar
Fresh Boarder

GK User
Tue Jun 18, 2013 2:05 pm
Reply with quote
Report this post
Would You like to remove it completely or only on one of the slides?
User avatar
Moderator

GK User
Tue Jun 18, 2013 2:16 pm
Reply with quote
Report this post
Cyberek wrote:Would You like to remove it completely or only on one of the slides?


If it is possible to do both it will be grate, but if it is not possible I will remove it completely

Thank you
User avatar
Fresh Boarder

GK User
Tue Jun 18, 2013 7:40 pm
Reply with quote
Report this post
Please edit: /templates/gk_creativity/css/override.css and add at its end:
Code: Select all
.gkIsWrapper-gk_creativity .figcaption > a.loaded {display: none;}

will disable button for all slides,
Code: Select all
.gkIsWrapper-gk_creativity .figcaption:nth-child(8) > a.loaded {display: none;}


will disable button for 8th element with .figcaption class (that works strange, but play with number till You will find correct one).

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

GK User
Tue Jun 18, 2013 8:19 pm
Reply with quote
Report this post
Thank's for the fast response, you rock!!!
User avatar
Fresh Boarder

GK User
Tue Jul 30, 2013 6:31 pm
Reply with quote
Report this post
Hi there,

Could this method be used to the change the text size/position etc on various slides? If so what would be the syntax?

Thanks great work
User avatar
Fresh Boarder

GK User
Tue Jul 30, 2013 8:01 pm
Reply with quote
Report this post
Code: Select all
.gkIsWrapper-gk_creativity .figcaption:nth-child(2) h1 {color: #FFF;}

will change color of 2nd h1 caption,

Code: Select all
.gkIsWrapper-gk_creativity .figcaption:nth-child(2) h2 {color: #FFF;}

will change color of 2nd h2 caption,

Code: Select all
.gkIsWrapper-gk_creativity .figcaption:nth-child(2) a {color: #FFF;}

will change color of 2nd button text color
User avatar
Moderator

GK User
Wed Jul 31, 2013 1:40 pm
Reply with quote
Report this post
Your a legend, being looking for this solution for a while and other mods were unhelpful!
User avatar
Fresh Boarder


cron