Hi support!
(Link of my page on the private content)
I use a slider full screen with title and subtitle on it.
I can change text color and it’s cool.
1- But i need to change the text background scare from black to white.
2- And the alpha of it
Regards!
Hey jb84,
Please try the following in Quick CSS under Enfold->General Styling:
.caption_framed .slideshow_caption .avia-caption-title {
background: rgba(255,255,255,0.5);
}
Best regards,
Rikard
Thk Rikard,
and now how to clone that for the sub title?
Hi,
Please try this CSS instead:
.caption_framed .slideshow_caption .avia-caption-title, .caption_framed .slideshow_caption .avia-caption-content p {
background: rgba(255,255,255,0.5);
}
Best regards,
Rikard
Thk Rikard all is perfect for that!
To end and to uniformize i need to setup the text of the subtitle so the subtitle has to be the same typography as theTITLE.
So subtitle has to be <h3>
Can you provide shortcode for that?
Regards
Hi,
Please try this CSS as well:
.caption_framed .slideshow_caption .avia-caption-content p {
font-family: 'Exo';
font-weight: 100;
}
Best regards,
Rikard
Thk Rikard!!!
All is perfect. You can close post. :)
Hi,
Thanks for the update, I’ll go ahead and close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard