News Show Pro GK5 Module's settings

Professional Joomla social template with metro design and JomSocial extension support.
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
Fri Dec 26, 2014 11:03 pm
Reply with quote
Report this post
Hello!

I am trying to change title's size of "News Show Pro GK5" module (installed with the demo version of "Msocial" template) but without success. In fact even if I change the value of "Header Tag"' property (see screen shoot in attach) of the module (in "Advanced" section) nothing happens and "h2" tag is always applied for the title. How come?

Let me know,

thanks.

Luca
User avatar
Senior Boarder

GK User
Sat Dec 27, 2014 9:05 am
Reply with quote
Report this post
Hello,

The advanced settings are not supported by our templates as we are not using bootstrap. If you want to change a title size for a specific module, the much better way is using a CSS override and specific module suffix.
User avatar
Administrator

GK User
Sat Dec 27, 2014 9:33 am
Reply with quote
Report this post
dziudek wrote:Hello,

The advanced settings are not supported by our templates as we are not using bootstrap. If you want to change a title size for a specific module, the much better way is using a CSS override and specific module suffix.


Can you give me an example of "CSS override" and "specific module suffix" techniques?

Thanks,

Luca
User avatar
Senior Boarder

GK User
Sat Dec 27, 2014 9:51 am
Reply with quote
Report this post
You have to set as a suffix in example "test-suffix" and then in the template settings -> advanced settings tab -> custom CSS code option please add:

Code: Select all
.box.test-suffix > h3.header {
   font-size: 20px;
}


of course you can adjust the value of the font-size to your needs.
User avatar
Administrator

GK User
Sat Jan 03, 2015 11:06 am
Reply with quote
Report this post
Ok,
a question: how can I change background colour of News Show Pro Gk5 module? In demo version of the template the colour of this module is orange but I would like to change it. How can I do?

Thanks a lot,

Luca
User avatar
Senior Boarder

GK User
Mon Jan 05, 2015 1:40 pm
Reply with quote
Report this post
If you still mean the "New adventures" instance, then you should try to use the following code:

Code: Select all
#gkHeaderBottom {
background: #f2b33d!important;
}


Where #f2b33d should be replaced to your own color.
User avatar
Administrator


cron