Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1248116

    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.

    #1248320

    Hey brunet77,

    Could you post a link to where we can see the element in question please?

    Best regards,
    Rikard

    #1248340

    Yes. In private content you have the link

    Te first slider and the last photo. Text color green and background grey.

    Regards

    • This reply was modified 3 years, 10 months ago by brunet77.
    #1248573

    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

    #1426800

    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);
    }

    #1426829

    Hi,
    JannyPolak please link to your page so we can examine the elements add assist with some css.

    Best regards,
    Mike

    #1426833

    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..)

    #1426839

    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

    #1426886

    Many thanks, it works fine.
    I changed ‘green’ into rgba(177,201,132,0.7)

    #1426899

    Hi,

    Great, I’m glad that Mike could help you out :-)

    Best regards,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.