News Show Pro GK4 Module suffix not work..

Advanced and professional portal news Joomla template with community features and various content display layouts.
GK User
Wed Feb 27, 2013 5:16 am
I will make a different color, bold text and so on. What should I do?
I set Suffix, but I can not change it.

(News Show Pro GK4)

Image
User avatar
Senior Boarder

Konrad M
Wed Feb 27, 2013 8:48 am
Hi,
can you attache your image again ? Becasue now there is no attachment.
User avatar

GK User
Wed Feb 27, 2013 9:00 am
User avatar
Senior Boarder

GK User
Wed Feb 27, 2013 9:19 am
User avatar
Senior Boarder

GK User
Wed Feb 27, 2013 9:45 am
bobgavick wrote:Hi
This is my image
http://upload.siamza.com/showpic.php?id=535513

:lol:


or
User avatar
Senior Boarder

Konrad M
Wed Feb 27, 2013 12:12 pm
Please add suffix without '_' before suffix name. But remember to add empty whitespace before name. For example you want to add suffix ' news'. When you add it to module you have to add this code to override.css
Code: Select all
.news .nspArt h4.nspHeader a {
    color: #A5240E;
    font-weight:bold;
}

and change color value to fit your needs. Remember to enable override.css option in template settings.
User avatar

GK User
Wed Feb 27, 2013 1:48 pm
Great for ans.. Thank you so much :laugh:
User avatar
Senior Boarder

GK User
Thu Feb 28, 2013 6:18 am
Hi
i have tested but it's not work :(
User avatar
Senior Boarder

Konrad M
Thu Feb 28, 2013 8:47 am
Please give me url to your site. did you enable override css option ? You will find it in template settings in 'Advanced Settings' section.
User avatar

GK User
Thu Feb 28, 2013 9:33 am
i have tested in my localhost and i have enabled override css option.
I will send my url to you later when I upload it to the server.

Thank you.
User avatar
Senior Boarder

GK User
Fri Mar 01, 2013 10:43 am
Hi
i have uploaded my site. please check it for me :lol:
http://www.fatvariety.com

thank you.
User avatar
Senior Boarder

Konrad M
Fri Mar 01, 2013 11:41 am
Try this code:
Code: Select all
.gkTabsItem .nspArt h4.nspHeader a {
    color: #A5240E;
    font-weight:bold;
}
User avatar

GK User
Fri Mar 01, 2013 12:08 pm
Hi
it had changed but it change both..
User avatar
Senior Boarder

Konrad M
Fri Mar 01, 2013 12:12 pm
Let's try this
Code: Select all
.gkTabsItem .nspMain:first-child .nspArt h4.nspHeader a {
    color: #A5240E;
    font-weight:bold;
}
User avatar

GK User
Fri Mar 01, 2013 12:33 pm
:woohoo: Yehhhh! Thank you so much..
User avatar
Senior Boarder


cron