Shape 5

Joomla Templates => Arthur - Club => : galaviz February 11, 2017, 09:05:49 PM



: About progress bar
: galaviz February 11, 2017, 09:05:49 PM
hello I need change the color of "bar" in progress bar in section "My abilities" without change Highlight1_color in template configuration. Could you help me please?

Thank you so much.


: Re: About progress bar
: mikek February 12, 2017, 06:32:43 PM
Hello,

You would need to modify the template's index.php file and just above the closing </style> tag add:

.progress_bar2 {
background:#000FFF !important;
}


: Re: About progress bar
: galaviz February 13, 2017, 10:30:03 PM
Thank you so much !!!!!!!!!!!!