yellow pencil

Hello iam using yellow pencill premium i want to remove some css like this for example
.huge_it_slider_14 li a{
background-color:#ecf0f1;

how i can make it thank you

Hi,

Thanks for asking your question at Envato forum.

you can try like this
.huge_it_slider_14 li a{
background-color:#ecf0f1;}
removed

always try write more clear/details then people can give you good guidance.

How to contact your Item Author from

If they ask about purchase key then collect from Here

Still have any question open a Envato help ticket from Here

Thanks

you can use this:
.huge_it_slider_14 li a{
background-color: transparent !important;
}