Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1343171

    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!

    #1343203

    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

    #1343451

    Thk Rikard,

    and now how to clone that for the sub title?

    #1343456

    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

    #1343461

    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

    • This reply was modified 2 years, 8 months ago by jb84.
    #1343500

    Hi,

    Please try this CSS as well:

    .caption_framed .slideshow_caption .avia-caption-content p {
        font-family: 'Exo';
        font-weight: 100;
    }

    Best regards,
    Rikard

    #1343510

    Thk Rikard!!!
    All is perfect. You can close post. :)

    #1343521

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘change background color under title slider full screen’ is closed to new replies.