How to change size of Article "title" (too big)

Responsive, suitable for any type of business, built for any needs elegant one-page Joomla template.
Rate this topic: Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.3.50 out of 6 based on 2 vote(s)
GK User
Thu Oct 02, 2014 5:51 pm
Reply with quote
Report this post
Hi,
How to reduce the size of all Article "Titles"?
Now I have to Hide title and to add the title inside article to be able to have what the client want.

3 days working and searching in template.css but no way for this (perhaps some other css file?
I did a lot of text and main menu changes with template.css but this one, and didn't find solution in topics,
sorry I am loosed.

Website in work but can reach at : http://broomemanorgolf.co.uk/membership for example (see attachment)
Many thanks for reply
Thierry
User avatar
Senior Boarder

GK User
Thu Oct 02, 2014 9:09 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: 44px;
}

Please modify 44px font size to your liking.
Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Thu Oct 02, 2014 9:16 pm
Reply with quote
Report this post
Many many thanks for this easy way and so quick reply.
Thierry
www.mac1com.com
User avatar
Senior Boarder

GK User
Fri Oct 03, 2014 8:56 pm
Reply with quote
Report this post
Is there anything else I can help you with regarding this topic?
User avatar
Moderator

GK User
Sun Oct 05, 2014 7:56 pm
Reply with quote
Report this post
For this topic, just, which way exactly to add after:
article header h1, article header h2 {
font-size: 44px; }

for change
- font type
- font color
- or make it bold ?

But many thanks already for your perfect reply
User avatar
Senior Boarder

GK User
Mon Oct 06, 2014 7:07 pm
Reply with quote
Report this post
We are still talking about same heading?
User avatar
Moderator

GK User
Mon Oct 06, 2014 7:25 pm
Reply with quote
Report this post
Yes, same heading.
User avatar
Senior Boarder

GK User
Tue Oct 07, 2014 8:52 pm
Reply with quote
Report this post
article header h1, article header h2 {
font-size: 44px;
color: red;
font-weight: bold;
font-family: Tahoma;
}
Fitrst sets size, second color (use #abcdef format to declare custom color), third bolt, italic, normal, fourth sets font family. For details search those css declarations in internet.
User avatar
Moderator

GK User
Wed Oct 08, 2014 12:12 am
Reply with quote
Report this post
Many, many thanks
Thierry
User avatar
Senior Boarder

GK User
Thu Oct 09, 2014 7:05 pm
Reply with quote
Report this post
Is there anything else I can help you with regarding this topic?
User avatar
Moderator

GK User
Thu Oct 09, 2014 9:43 pm
Reply with quote
Report this post
Don't know if same topic but I need to
reduce the too big white space, between main_body and Article Title
and same between Article title and article text.

What will be the css/template.css or override.css code to reduce this space
(See attachment - red line) and website page in construction http://broomemanorgolf.co.uk

Many thanks Thierry
User avatar
Senior Boarder

GK User
Mon Oct 13, 2014 7:30 am
Reply with quote
Report this post
I got info about maintenance on your site. How can I access it?
User avatar
Moderator


cron