Shape 5

Joomla Templates => Arthur - Club => : mlathey December 16, 2016, 04:08:18 PM



: top_box_text
: mlathey December 16, 2016, 04:08:18 PM
How can I adjust the size of this text?


: Re: top_box_text
: mikek December 17, 2016, 08:13:53 AM
Hello,

Which specific text, the top or bottom row? Adding this to custom.css would change either:

.top_text_sub1 {
font-size:1.2em !important;
}

top_text_sub2 {
font-size:0.85em !important;
}

You can adjust the font size accordingly.