Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #732612

    hi..i use a full screen image and video slide at my landingpage: http://imgur.com/a/W2qQG

    how can i disable the black background under the text of the title and the normal text inside the silder.

    i want to get this look (whitout the black background). http://imgur.com/a/lYdfF

    #732613

    And how can i change the H1 look of the text inside the slider. i want the text to look like a H3. But in case of seo there must be a code change. how can i set H1 to the look of H3?

    #732774

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General styling tab

    .caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title { background: none; }
    div .slideshow_caption h2 { font-size: 20px; }

    Regards,
    Yigit

    #733130

    Sorry but i do not see the red (marked text) effect :)

    #733131

    Can it look like this? http://imgur.com/a/z5wE6

    #734174

    Hi,

    Unfortunately it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However if its really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Yigit

    #735220

    Hu Yigit.

    I have set this code:

    /*Text Hintergrund markieren*/
    .hintergrund h1.av-special-heading-tag {
        display: inline-block !important;
    }
    
    /*Text Hintergrund Normaltext*/
    .hintergrundrot {
        display: inline-block !important;
        background: rgba(226,19,18,.5);
    }

    but the text here does not get a background color??? Can you help me with adaption of the code. there must be a little error only :) that it looks like this: http://imgur.com/a/TrafK

    #735834

    Hi,

    I cannot find custom CSS classes on your page. Please enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then edit your element to give it a custom CSS class

    Best regards,
    Yigit

    #735922

    Hey Yigit. I have used this code without an custom css class.

    /*Text Hintergrund markieren Slider*/
    .home #fullscreen_slider_0 h2.avia-caption-title {
        background: #686c68;
        display: inline;
    }
    
    /*Text Hintergrund Slider anpassen*/
    .home #fullscreen_slider_0 h2.avia-caption-title {
        line-height: 62px;
        font-weight: 200;
    }
    #735923

    View post on imgur.com

    DEINE VISUALISIERUNG should stand in ONE line. can you help me with this. and the text should be centerd only on mobile view :)

    Greetings and thank you for the GREAT support Yigit! Greetings, Luke

    #738149

    Hey!

    Remove the display property.

    .home #fullscreen_slider_0 h2.avia-caption-title {
        background: #686c68;
        display: inline;
    }

    .. replace it with:

    .home #fullscreen_slider_0 h2.avia-caption-title {
        background: #686c68;
    }
    

    Regards,
    Ismael

    #750921

    Hi Ismael. Sorry but no effect. Any idea how i can solve this problem?

    #752897

    Hi,

    I replied here – https://kriesi.at/support/topic/apply-text-background-to-normal-text/#post-752890
    Let us continue there :)

    Best regards,
    Yigit

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘edit full screen image slide’ is closed to new replies.