Shape 5

Joomla Templates => Incline - Club => : wycowboy January 16, 2015, 09:25:31 AM



: blog layout not displaying correctly
: wycowboy January 16, 2015, 09:25:31 AM
I have a blog set up... here   http://tinyurl.com/kkocfay

I need to change the title size of the page name to a smaller font. How do I do that?

Also, when you click on one of the read more buttons, the page that will load also shows the small photograph, PLUS the main image with the article. I dont want the small image to show up on the actual article page. I only want the larger image and article to show up..

I have discovered this input but it does not change the article title and that is what I need, to make the article title smaller...

Template.CSS - Line 31

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



any suggestions...


: Re: blog layout not displaying correctly
: mikek January 17, 2015, 08:36:46 AM
Hello,

That is the correct css to change the font-size. I have verified this in firebug. If it's not showing on your site you have some kind of cache enabled.

It looks like you have the article in the intro text area, which will always show on the full article page. You would either need to use the intro image parameter of Joomla, or add a class to the image and add your own custom css that hides that class on the full article page. We don't provide support setting up content though or adding custom css.


: Re: blog layout not displaying correctly
: wycowboy January 19, 2015, 10:54:47 AM
yep you were right. it is updated. thxs much


: Re: blog layout not displaying correctly
: mikenicoll January 19, 2015, 11:23:01 PM
Let us know if you have any further questions!