Hi,
I have create a "custom css".
99% of my customizations are OK.
But 1 of them doesn't work and I need to understand the problem.
I use your documentation examples.
www.rockettheme.com/docs/joomla/template...ml---management-team
In this example we find "<p class="success hidden-tablet">"
I try a first time to write by myself my customization. ==> KO
Then I try by pasting the specific lines from the compiled css ==> KO
Then I need help.
I copy those lines from the compiled css to my custom css :
div.success, p.success {
color: #f0f598;
padding: 15px;
border-radius: 4px;
background-color: #f3930b;
background-image: -moz-linear-gradient(top,#f3930b,#f3930b);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#f3930b),to(#f3930b));
background-image: -webkit-linear-gradient(top,#f3930b,#f3930b);
background-image: -o-linear-gradient(top,#f3930b,#f3930b);
}
Then I modified color code... I cleaned gantry cache and FF cache.... But nothing change.
Last time, I try to create y own class "success2"....same results...
Could you help to understand ?
Thanks.