Shape 5

Joomla Templates => Business Pro - Club => : swatters January 06, 2014, 10:31:33 AM



: Where is the control to turn off the first word in a model color off the div
: swatters January 06, 2014, 10:31:33 AM
This at one time was a button setting and can't find it now.
http://mcelmurryhomes.net/jupgrade

also how do you change the backgrounds to the module titles?



: Re: Where is the control to turn off the first word in a model color off the div
: mikenicoll January 06, 2014, 07:00:47 PM
Hello,

You can find that setting here:

Template Specific > Use Highlight Color on Module Titles?

To change the background you can do that below:

Template.CSS - Line 743

.s5_mod_h3 {
    background: -moz-linear-gradient(center top , #3B3B3B 0%, #303030 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #484848;
    color: #FFFFFF;
    margin: -19px -19px 18px;
    padding: 14px 18px;
}

-Mike