I need help with GK tabs

AppsPro Tech - Quickly create elegant website with this app WordPress theme.
GK User
Wed Dec 17, 2014 11:36 am
Hi,
I have a problem, could someone please tell me how to change the tabs icon, to put a picture in tabs and I want to change the text size and color in tabs:
1) how to change icon (as shown in Figure)
2) how to put a picture in tabs (as shown in Figure)
3) I want to change the text size and color in tabs (as shown in Figure)

My site is apuretin.rs
02.png
User avatar
Fresh Boarder

GK User
Wed Dec 17, 2014 3:04 pm
User avatar
Moderator

GK User
Thu Dec 18, 2014 8:49 pm
Hi,
thanks, I have a few things to ask, I asked the forum but could not find how to reduce the size of the fonts in these three examples from the picture in the appendix, in menu and in gk tabs on main page.
User avatar
Fresh Boarder

GK User
Thu Dec 18, 2014 8:58 pm
I forgot image
User avatar
Fresh Boarder

GK User
Thu Dec 18, 2014 10:36 pm
Add the following code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend)

Code: Select all
#main-menu > li {
    font-size: 13px;
}

.box.big-tabs .gk-tabs-wrap > ol li {
    font-size: 25px!important;
}

h2.gk-tab {
    font-size: 40px;
}
User avatar
Moderator

GK User
Fri Dec 19, 2014 10:50 am
Regards,
First I want to thank you for everything so far.
I have two questions, if not the problem:
1) How to reduce the line spacing of the text (line spacing) in Gk tabs, as shown in the attachement.
2) Menu can not be seen on a mobile phone, on tablet yes, but only in the horizontal orientation.
Thanks again
User avatar
Fresh Boarder

GK User
Mon Dec 22, 2014 9:26 am
Please add the following css code:
Code: Select all
h2.gk-tab {
   padding-bottom: 0;
}

You can also remove unnecessary paragraph before your tab text ((a) Oticanje zglobova
b) Celulit...)

Regarding the menu, please add the following code into css/tablet.css file (at the bottom of this file):
Code: Select all
#main-menu-mobile {
   top: 25px;
}
User avatar
Moderator

GK User
Mon Dec 22, 2014 11:07 am
Thanks
User avatar
Fresh Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.