Problem with title visualization

News Show Pro GK5 - flexible, responsive and easily extendable free Joomla module support forum.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Wed Dec 16, 2015 6:03 pm
Hi, i'd like to know if i can put all the title in bold and not only first word as in the image attached.

i'm using block news for featured k2 category items in writer template.

thank you
User avatar
Senior Boarder

GK User
Fri Dec 18, 2015 11:40 am
Could you please post an url to your site?
User avatar
Moderator

GK User
Sat Dec 26, 2015 12:16 am
Sure sorry, is online from yesterday.
www.petithotel.net
User avatar
Senior Boarder

GK User
Sun Dec 27, 2015 7:33 pm
You can override entire header content:
Code: Select all
.gkNspPM-NewsBlocks > figure.inverse > figcaption h3 {
    font-weight: 800;
}

use this code in override.css file and enable its use in template settings.
User avatar
Moderator

GK User
Mon Dec 28, 2015 8:33 am
Thank you very much, i tried it, but it works only on 2 of the 3 newsbloks titles...
User avatar
Senior Boarder

GK User
Mon Dec 28, 2015 9:05 pm
Please change the code to this one:
Code: Select all
.gkNspPM-NewsBlocks > figure > figcaption h3 {
    font-weight: 800;
}
User avatar
Moderator

GK User
Tue Dec 29, 2015 9:39 am
Perfect :) thank you very much
User avatar
Senior Boarder

GK User
Tue Dec 29, 2015 4:29 pm
If you have any additional questions regarding this topic, please let me know.
User avatar
Moderator

GK User
Thu Jan 21, 2016 3:59 pm
Hi, i've a pair of new questions about it, for another site (www.istitutodibellezzaeddi.it)
I'd need to show the 1st sentence of the article and i'd also like to change the background color of the black part.
Is it possible? i can't find out where to read a css of it so i may also try to change it by myself and stop bothering you ;)

Thank you
User avatar
Senior Boarder


cron