Hello,
My footer doesn't want to be "transparent" on https://lionelbonnaz.com/category/motion
Here is my code :
/* site title — categorie motion /
body.slug-motion .sitetitle.txt .sitetitle-txt-inner span{
color: white;
}
/ site title mouseover — categorie motion */
body.slug-motion .sitetitle.txt:hover .sitetitle-txt-inner span{
color: white;
border-bottom-color: white;
}
/* navigation — categorie motion /
body.slug-motion nav.primary a{
color: white;
}
/ navigation mouseover — categorie motion /
body.slug-motion nav.primary a:hover{
color: white;
}
/ navigation mouseover underline color — categorie motion */
body.slug-motion nav.primary a:hover span{
border-bottom-color: white;
}
/* footer background */
#footer-region{
background-color: transparent;
}
What can I do ? thanks :bread:
PS : my footer contain a page with transparent color background.
UP :(