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

    Hello,

    I have a few questions about the “Featured Image Slider”:

    1. How can I remove the small line below the title?

    2. How can I increase the width of the text content to 100% of the image?

    3. How do I get the width of the text excerpt to match the width of the title?

    Thank you!

    Best regards,
    Stefan

    #833774

    Hey Stefan,

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

    .avia-caption-title a:after {
      display:none !important;
    }

    Best regards,
    Rikard

    #833793

    Hello Rikard,
    thank you – unfortunately this has no effect.

    Best regards,
    Stefan

    #833798

    I figured it out:

    h2.avia-caption-title:after{
    	display:none !important;
    }

    Problem #1 solved. ;-)

    #833802

    Solution for problem #3:

    .avia-caption-content {
    	max-width:100% !important;
    }
    • This reply was modified 7 years, 3 months ago by Stefan.
    #834209

    Hi,

    Great, glad you found solutions to 1 and 3. I’m guessing you still need help with 2? If so then please post a link to where we can inspect the element in question so that we can have a closer look.

    Best regards,
    Rikard

    #835776

    Hi Rikard,

    that’s right.
    Here you can see the slider: https://www.rednerpult-faircom.de/
    Best regards,

    Stefan

    #836187

    Hi Stefan,

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

    .slideshow_caption {
        padding: 0 0 50px !important;
    }

    Best regards,
    Rikard

    #836247

    Hi Rikard,
    that’s it!

    Thank you very much!

    All problems solved. ;-)
    Please close the topic.

    Best regards
    Stefan

    #836566

    Hi! We’re glad that Rikard was able to help you! We’ll close this topic now. For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.

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

    We’d also appreciate it if you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads

    Thank you for using Enfold.
    Cheers!
    Sarah

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Featured Image Slider Styling’ is closed to new replies.