How to change Title color and size?

thomsa

Moderator
Staff member
Moderator
S.V.I.P Member
Collaborate
Registered
Joined
Jun 22, 2019
Messages
1,167
Points
173

Reputation:

@tofayelamin try use this code add to extra.css
CSS:
.structItem-title {
font-size: 17px;              // change this size
font-weight: 400;
margin: 0;
padding: 0;
}
 
Top