Color of the accordion title changes into black
Hi there,
my website is: http://www.nanoceramicprotect.pl/uslugi
There is a services called "Optimum", "Gold" et cetera.
Under a short description there is accordion link. Right now is invisible (please check it on screenshot).
Recently I did something like that in child-theme style.css:
And it worked... couple days :-(
Do you have any idea why it is not working now?
Thanks
Blazej
my website is: http://www.nanoceramicprotect.pl/uslugi
There is a services called "Optimum", "Gold" et cetera.
Under a short description there is accordion link. Right now is invisible (please check it on screenshot).
Recently I did something like that in child-theme style.css:
/* Zwin/rozwin - stylizacja w zakladce uslugi
-------------------------------------------------------------- */
.style-simple
.accordion
.question .title {
padding-left: 0px;
font-size: 18px;
color: #0085b7;
font-weight: normal;
}
-------------------------------------------------------------- */
.style-simple
.accordion
.question .title {
padding-left: 0px;
font-size: 18px;
color: #0085b7;
font-weight: normal;
}
And it worked... couple days :-(
Do you have any idea why it is not working now?
Thanks
Blazej
Comments
you are using your custom scripts on the page, maybe the scripts are causing this.
Besides you are working on css changes and using cache plugins at the same time, it is not wise to use anyc cache if the website is not ready.
Please also check your HTML in firefox, you have many errors.
thanks