Shape 5

Joomla Templates => Oasis - Club => : wycowboy February 24, 2016, 12:56:44 PM



: blog layout names to large
: wycowboy February 24, 2016, 12:56:44 PM
the article names are too large on my blog layout page. how do I make the article name on a blog menu item smaller?

see attached page image

Additionally, I am using a blog layout menu item... On the blog page, when Read More is clicked, the opening page loads however, the info above the Read More line is showing too. I dont want the part above read more to show, only the part below the read more. Attached is photograph 2


: Re: blog layout names to large
: mikek February 25, 2016, 08:59:47 AM
Hello,

That css is controlled in template.css with the following:

#s5_component_wrap_inner h2, #s5_component_wrap_inner h1 {
    font-size: 1.8em;
}

Note, if you change that font size it will also change it on the full article page. There is not a separate call between the article and the blog layout for the titles.

An article will always show the intro text along with the read more text, that is a default part of Joomla. There is not an option to change this.


: Re: blog layout names to large
: wycowboy February 25, 2016, 09:12:50 AM
What about 2nd question regarding read more issue?


: Re: blog layout names to large
: mikek February 25, 2016, 09:39:19 AM
Hello,

I addressed that question above:

"An article will always show the intro text along with the read more text, that is a default part of Joomla. There is not an option to change this."

That is not an issue, it is a default behavior of Joomla.