Shape 5

Joomla Templates => Big Picture - Club => : solarisdm April 28, 2016, 12:56:49 PM



: Module title font
: solarisdm April 28, 2016, 12:56:49 PM
How can I change the CSS to make the module title font all the same?  The first word is one color and/or size from the rest of the title.  I need uniformity.



: Re: Module title font
: jonahh April 29, 2016, 11:51:42 AM
Hello,

This is set at line 1159 of your template.css file:

:
.module_round_box-bigdarkh3 .s5_h3_first {
    font-size: 2.1em;
    font-weight: 300;
}


: Re: Module title font
: solarisdm April 29, 2016, 12:06:02 PM
How do I make the first word be the default and eliminate the change that takes place after second word?


: Re: Module title font
: jonahh May 02, 2016, 12:04:02 PM
I believe if you add the following this should do it:

:
.module_round_box-bigdarkh3 .s5_h3_last {  
font-size: 2.1em;
    font-weight: 300;
}


: Re: Module title font
: solarisdm May 02, 2016, 12:50:15 PM
perfect.  Thank you.