[SOLVED] Image-Show-GK5 : content font-size / Title font-siz

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
Thu Nov 19, 2015 11:12 am
Reply with quote
Report this post
Hi
I'd like to interchange title and content font-size displayed on slides at header
it looks weird on my website the title is smaller and placed above the content line
is there a way to do that ?
thanks
User avatar
Gold Boarder

GK User
Thu Nov 19, 2015 11:26 am
Reply with quote
Report this post
Solved !
add this in override.css (make sur override is enabled in template configuration)
Code: Select all
.gkIsWrapper-gk_musicstate figcaption > p {
    color: inherit;
    font-size: 55px !important;
    font-weight: 400 !important;
      line-height: 55px !important;
}
.gkIsWrapper-gk_musicstate figcaption > h2 {
    color: inherit;
    font-size: 75px !important;
    font-weight: 500 !important;
    line-height: 72px !important;
   }
User avatar
Gold Boarder


cron