"bigtitle" suffix - how change color & 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
Sun Jun 12, 2016 6:07 pm
Reply with quote
Report this post
How can I change color and size of fonts use in "bigtitle" suffix? both of them? currently both are set to #fff (white?) with different sizes...
Also how to change color of background use for bottom links in InStyle banners?

http://allispossible.meddark.com
User avatar
Expert Boarder

teitbite
Fri Jun 17, 2016 9:52 am
Reply with quote
Report this post
Hi

I cannot find "bigtitle" suffx on Your site, but a code to change font color and size for module in Your screenshot is:

Code: Select all
.gkBanner > h2 > a {
    color: red;
    font-size: 20px;
}

.gkBanner > h2 > a > span {
    color: red;
    font-size: 40px;
}
User avatar
Moderator

GK User
Sat Jun 18, 2016 5:39 am
Reply with quote
Report this post
Works great but what about using them on NSP module? how to change their color and size?
User avatar
Expert Boarder

GK User
Sun Jun 19, 2016 8:34 pm
Reply with quote
Report this post
What about changing color and size of fonts in Image Show GK4 module? as shown on attached photo?
User avatar
Expert Boarder

teitbite
Mon Jun 20, 2016 2:43 pm
Reply with quote
Report this post
Hi

To change header of NSP module use css selector as:

Code: Select all
.nspArt h4.nspHeader a {
font-family: Arial;
font-size: 12px;
}
User avatar
Moderator

GK User
Mon Jun 20, 2016 9:26 pm
Reply with quote
Report this post
What about changing color and size of fonts in Image Show GK4 module? as shown in previous post?
User avatar
Expert Boarder

teitbite
Wed Jun 22, 2016 1:07 pm
Reply with quote
Report this post
Hi

Och, sorry, I thought You were showing me News Show Pro module. Image show can be adjusted by styling this css selectors:

Code: Select all
.gkIsWrapper-gk_shop_and_buy .figcaption a {
color: red;
}

.gkIsWrapper-gk_shop_and_buy .figcaption h3 {
font-size: 20px;
}

.gkIsWrapper-gk_shop_and_buy .figcaption p {
font-size: 15px;
}
User avatar
Moderator

GK User
Mon Jun 27, 2016 9:42 pm
Reply with quote
Report this post
THANK YOU! ALL WORKS PERFECT!
User avatar
Expert Boarder

teitbite
Thu Jun 30, 2016 1:48 pm
Reply with quote
Report this post
Hi
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
User avatar
Moderator


cron