We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

css question - Profile progress bar | Forum

dave Leader
dave May 20 '13

Hi i was just curious why when i add the text css to the widget html it works like this

 

<!-- works perfect -->

<span class="profile-progressbar-caption" style="color:#000000;">{$percent}%</span>

 

but when i add it to the actual green css it does not work

 

.profile-progressbar-caption
{
    margin: auto;
    position: absolute;
    z-index: 11;

    color:#000000;   /* does not work */
}

any ideas :)

 


 

Sen Projects
Sen Projects Nov 3 '13
Hi,


Try color:#000000 !important;


Happy coding.

You do not have permission to reply this topic