Tagged: Color, easy slider, Frame
on the EASY SLIDER full width , how can I change the framing of the text on the right?
It is always a dark shade. But if the letter is dark, I would like the background of the frame to be white or pink.
Thank you.
Hey brunet77,
Could you post a link to where we can see the element in question please?
Best regards,
Rikard
Yes. In private content you have the link
Te first slider and the last photo. Text color green and background grey.
Regards
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
.home #full_slider_1 li.slide-5 h2.avia-caption-title {
background: rgba(255,255,255,0.5);
}
Best regards,
Rikard
Hi,
I would like to change the background of the frames into green on all my pages and sliders where I use a full slider
The css you mentioned does not work for me
And I do not know how to adjust it to my wishes, I tried below (but did not work):
#full_slider h2.avia-caption-title {
background: rgba(177,201,132,0.5);
}
Hi,
JannyPolak please link to your page so we can examine the elements add assist with some css.
Best regards,
Mike
the website is not yet finalized, but it put it online
See slider on homepage, how can I cchange the black background colour? (I now I can do without background, but I like with..)
Hi,
Thank you for the link to your site, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top .caption_framed .slideshow_caption .avia-caption-content p,
#top .caption_framed .slideshow_caption .avia-caption-title {
background: green;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Many thanks, it works fine.
I changed ‘green’ into rgba(177,201,132,0.7)