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

    Deal Support,

    Ist like default color for picture description is #ffffff and it could not be adjusted via Settings. I would like a box behind the description so its readable in front of the pictures and adjust the color. I have added in the private section my homepage link and a sample link to better express what I mean. In case it is achievable via quick CSS settings, I would like to understand where to find a comprehensive list of objects and their data attributes so I can better help myself.

    Many thx

    #1305532

    Hey amollde,

    Please try the following in Quick CSS under Enfold->General Styling:

    .home #avia_feature_image_slider_1 h2.avia-caption-title {
        background: blue;
        padding: 10px;
    }

    Best regards,
    Rikard

    #1305560

    Dear Rikard,

    almost there! This snippet changes the background of the text in the slider perfectly. I am now just missing how to change the background color of the “read more” button.

    as usual thanks for your really quick and helpful support!

    Anja

    #1305562
    This reply has been marked as private.
    #1305752

    Hi Anja,

    Please try this CSS as well to set a background for the read more button:

    .home #avia_feature_image_slider_1 a.avia-slideshow-button {
      background-color: blue;
    }

    You can add this CSS instead of the previous block I sent, if you want to change the font size of the header:

    .home #avia_feature_image_slider_1 h2.avia-caption-title {
        background: blue;
        padding: 10px;
        font-size: 28px;
    }

    All elements on your site can be seen if you select to inspect them in your browser. There is no intellectual property rights here, you can freely target them using your own CSS.

    Best regards,
    Rikard

    #1305938
    This reply has been marked as private.
    #1305941

    Dear Rikard,

    you can close this one please, as fixed

    best regards
    Anja

    #1306062

    Hi Anja,

    Glad Rikard could help! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Changing Color of Picture Description in Slides?’ is closed to new replies.