Change the title format of a k2 art. (2)

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
Mon May 19, 2014 5:01 pm
Reply with quote
Report this post
How can I change the font and the color of the title of a k2 article like this:
URL http://inmc.cloudaccess.net/index.php/c ... the-heroes
Thanks a lot.
User avatar
Expert Boarder

GK User
Mon May 19, 2014 6:24 pm
Reply with quote
Report this post
Please edit: /templates/gk_creativity/css/override.css and add at its end:
Code: Select all
article header h1, article header h2 {
font-size: 14px;
color: #fff;
}

please modify colour and size to your liking.
Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Tue May 20, 2014 2:55 pm
Reply with quote
Report this post
Thanks! Can you tell me how to change text color and size on the front page
For example: Our Projects, Our services, our team, the testimonials, etc? Thanks
User avatar
Expert Boarder

GK User
Tue May 20, 2014 4:44 pm
Reply with quote
Report this post
Code: Select all
.box.bigtitle .header {
font-size: 60px;
font-weight: 300;
line-height: 1.6;
color: #000;
}

The parameters are self explanatory. If not, please ask if you don't know what they do.
User avatar
Moderator

GK User
Tue May 20, 2014 4:48 pm
Reply with quote
Report this post
Thanks again, let you know if I found any problem.
User avatar
Expert Boarder

GK User
Tue May 20, 2014 4:54 pm
Reply with quote
Report this post
Ok.
User avatar
Moderator


cron