Linespace and font size

eCommerce WordPress theme to create online shop with WooCommerce support
GK User
Sun May 03, 2015 4:53 pm
Hi,

How to modify the font size and linespace on text of instyle banner? (please find attached screenshot)

Thank you,

Balazs
User avatar
Senior Boarder

GK User
Tue May 05, 2015 7:08 am
Hi,

Try to 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) or use any custom CSS plugin:

Code: Select all
.gk-is-wrapper-gk-instyle .figcaption h3 {
   line-height: 90px;
}
User avatar
Moderator

GK User
Thu May 07, 2015 6:49 am
Thanks you!

Would you be so kind to send us the same code for banners too?

Many thanks, balazs
User avatar
Senior Boarder

GK User
Thu May 07, 2015 7:33 am
Hi,

Try this code:
Code: Select all
.gk-banner > h2 {
   line-height: 90px;
}

You can adjust line-height value.
User avatar
Moderator

GK User
Fri May 15, 2015 2:33 pm
Thank you, it is working!

One more question; how can I reduce the charachter size in "gk-banner" and "gk-image-show"?

Thank you, Balazs
User avatar
Senior Boarder

GK User
Mon May 18, 2015 9:27 pm
Try to use the following code:
Code: Select all
.gk-banner > h2 {
   font-size: 40px;
}
.gk-is-wrapper-gk-instyle .figcaption h3 {
   font-size: 55px;
}
User avatar
Moderator

GK User
Mon May 25, 2015 7:55 am
Thank you!
User avatar
Senior Boarder

GK User
Sat Jun 13, 2015 5:59 pm
Hi,

Would you be so kind to send us the solution, how can we reduce the font size of price? (please see attached screenshot)

Thank you
User avatar
Senior Boarder

GK User
Mon Jun 15, 2015 9:14 am
Hi,
Could you send me a pm with backend access (maintenance mode is activated on your website), and I can't find the access in my old private messages.
User avatar
Moderator

GK User
Wed Jun 17, 2015 8:12 am
Please 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
.price del .amount {
font-size: 18px;
}
.price .amount {
font-size: 20px;
}
User avatar
Moderator

GK User
Wed Jun 17, 2015 10:32 pm
Hi,

Thanks for help, the problem is partly solved.

Would you be so kind to send us the code of "price" in the category page too (please see photo)
User avatar
Senior Boarder

GK User
Thu Jun 18, 2015 8:18 am
Sure, please add also this code:
Code: Select all
.archive .price .amount {
  font-size: 16px;
}
User avatar
Moderator

GK User
Fri Jun 19, 2015 9:18 am
perfekt - many thanks'
User avatar
Senior Boarder


cron