Main Menu font size

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 Sep 16, 2014 2:13 pm
Reply with quote
Report this post
Hi,

How can i change Main Menu font size?
User avatar
Junior Boarder

GK User
Tue Sep 16, 2014 2:15 pm
Reply with quote
Report this post
Hi,
maybe this guide would be useful: https://www.gavick.com/documentation/jo ... -the-menu/
User avatar
Platinum Boarder

GK User
Tue Sep 16, 2014 2:18 pm
Reply with quote
Report this post
I try to change here (menu.css):

.gkMenu > ul > li {
clear: none!important;
float: left;
font-size: 24px;
font-weight: 500;
height: 78px;
line-height: 79px;
text-transform: none;
width: auto;
}

if i change text-transform - i see changes, but if i change font-size - nothing changing :(
User avatar
Junior Boarder

GK User
Wed Sep 17, 2014 9:11 am
Reply with quote
Report this post
Code: Select all
.gkMenu > ul > li > a {font-size: 24px; }


this should work. :geek:
User avatar
Platinum Boarder

GK User
Wed Sep 17, 2014 11:02 am
Reply with quote
Report this post
Perfect :) Thank You Oscar!

P.S. How can I change size font which is used in GK4?
User avatar
Junior Boarder

GK User
Wed Sep 17, 2014 1:36 pm
Reply with quote
Report this post
It depend:
1) In which element : titles or just a text inside
2) In all published modules or only in one

GK4 - you mean Img Slider or News Pro?
User avatar
Platinum Boarder

GK User
Wed Sep 17, 2014 1:44 pm
Reply with quote
Report this post
Image Slider ;) Title - in all published :)
User avatar
Junior Boarder

GK User
Thu Sep 18, 2014 12:12 pm
Reply with quote
Report this post
what is funny maybe week ago there were exactly this same question on forum, please check next time.
Those are default values, now when you know class'es you can override them with new values.
Code: Select all
.gkIsWrapper-gk_musicstate figcaption > h2 {
    color: inherit;
    font-size: 55px;
    line-height: 55px;
    text-transform: uppercase;
}

.gkIsWrapper-gk_musicstate figcaption > p {
    color: inherit;
    font-size: 72px;
    line-height: 62px;
    text-transform: uppercase;
}


:mrgreen: have fun and Eat Apples To Annoy Putin
User avatar
Platinum Boarder

GK User
Thu Sep 25, 2014 2:47 pm
Reply with quote
Report this post
Working Great :) Thank You Very Much :)
User avatar
Junior Boarder


cron