Hello!
I was trying to customize the active unit colour under the course. And it works fine in chrome but in safari, the active tab changes colour for a while and turns back to white within a few seconds.
Please help!
hi
can you please share the video of the issue so we can replicate the issue
hi
the default one is working on safari as well:
http://prntscr.com/26dyvjh
can you please let us know exactly how you have implemented this?
I'm talking about the active unit tab color. I've just modified the code in custom css section of the theme and changed the active color from white to yellow.
Here it is
li.active {
background: #f7c335;}
hi
use this code:
.vibebp_main .course_status .course_timeline li.unit.done.active.open_lesson {
background: #f7c335;
}
Hello!!
I tried to add the above code in the custom CSS section but it doesn't solve the problem at all.
I'd like you to see to it again on the matter.
Thankyou!
hi
on your site there is an error in custom CSS code may be there any closing } remains open or there is extra one
http://prntscr.com/26fqwzz
try to put the above provided code in the beginning and then check it will work
This reply has been marked as private.
well the error is available in the custom CSS
http://prntscr.com/26gz5eu
put your all custom CSS here
http://csslint.net/
and then you will find that
if unable to do
so please give us permission to make changes accordingly
Hello!!
I'm not able to see the screenshot you attached in the above thread.
Can you please check it out? So that I can make changes accordingly.
This reply has been marked as private.
hi
The CSS is fixed
now try to put the provided code in the very beginning
.vibebp_main .course_status .course_timeline li.unit.done.active.open_lesson {
background: #f7c335 !important;
}