Shape 5

Joomla Templates => Lime Light - Club => : Mkras9188 November 21, 2013, 07:50:31 AM



: Text Style Questions
: Mkras9188 November 21, 2013, 07:50:31 AM
I understand how to change the font through the template configurations for articles.

My questions are, how do I:

1 - Change the size of the headings.  They are too large.

2 - Change the bullets used

3 - Add more space between paragraphs as well as space between bullets.

http://www.grc2020.com/index.php/blog


: Re: Text Style Questions
: mikenicoll November 21, 2013, 07:58:56 PM
Hello,

1) Template.CSS - Line 21

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

2) You can add a list style such as list-style: square;

http://www.w3schools.com/cssref/pr_list-style-type.asp

3) Add a margin-bottom: 10px; to the CSS targeting the list.

-Mike