Hi, i need to change color/transparency of the background for the text in the easyslider.
I can also change font color for slider with a custom css?
image example: https://dl.dropboxusercontent.com/u/36786817/Schermata%202013-07-25%20a%2013.25.23.png
Thanks for support
Hi,
You can add this on your custom.css or Quick CSS
.avia-caption .avia-caption-content p {
background: red;
}
You can also use rgba values to render transparent background
.avia-caption .avia-caption-content p {
background: rgba(255,0,0,0.5);
}
Change the font family using this:
.avia-caption .avia-caption-content p {
font-family: Courier;
}
You can use this plugin too: http://wordpress.org/plugins/wp-google-fonts/
Regards,
Ismael
i’ve tried to insert
.avia-caption .avia-caption-content p {
background-color: red;
}
in the Quick CSS of the styling options of enfold but nothing happend (the bg is still black)
in the editor i can’t edit the style.css file and i don’t have a custom.css file to edit
thanks for support
hi,
I changed your code a bit. Please try it again.
Is there a link we can see? You can use http://www.goo.gl to hide the url from the rest of the world.
Thanks,
Nick