Shape 5

Joomla Templates => Incline - Club => : wycowboy February 20, 2015, 07:01:55 AM



: Article Font Size on Blog page
: wycowboy February 20, 2015, 07:01:55 AM
 I need to reduce the article title here. http://tinyurl.com/o4qdt2k

Notice the font size is much larger than needed and the long names take up 2 lines.

I have worked on line 31 in template.css however it still will not update. I delete my cookies and that still does not update.

#s5_component_wrap_inner h2, #s5_component_wrap_inner h1 {
font-size:0.8em;
color:#000000;
font-weight:300;
}

any other suggestions.


: Re: Article Font Size on Blog page
: mikek February 20, 2015, 05:10:39 PM
Hello,

You should add custom css to the custom.css file:

#s5_component_wrap_inner h2, #s5_component_wrap_inner h1{
font-size:0.8em !important;
}

If that doesn't update after saving it to custom.css you most likely have cache enabled on your server.


: Re: Article Font Size on Blog page
: wycowboy February 27, 2015, 09:41:05 AM
yep that worked... I was putting it into wrong folder. thxs much


: Re: Article Font Size on Blog page
: mikenicoll February 27, 2015, 11:56:47 PM
Let us know if you have any further questions!