-
AuthorPosts
-
January 12, 2017 at 12:35 pm #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
January 12, 2017 at 12:37 pm #732613And 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?
January 12, 2017 at 6:58 pm #732774Hi!
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,
YigitJanuary 13, 2017 at 2:25 pm #733130Sorry but i do not see the red (marked text) effect :)
January 13, 2017 at 2:27 pm #733131Can it look like this? http://imgur.com/a/z5wE6
January 16, 2017 at 4:40 pm #734174Hi,
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,
YigitJanuary 18, 2017 at 10:37 am #735220Hu 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
January 19, 2017 at 1:31 pm #735834Hi,
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,
YigitJanuary 19, 2017 at 4:07 pm #735922Hey 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; }
January 19, 2017 at 4:09 pm #735923DEINE 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
January 25, 2017 at 7:06 am #738149Hey!
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,
IsmaelFebruary 23, 2017 at 1:56 pm #750921Hi Ismael. Sorry but no effect. Any idea how i can solve this problem?
February 28, 2017 at 12:59 pm #752897Hi,
I replied here – https://kriesi.at/support/topic/apply-text-background-to-normal-text/#post-752890
Let us continue there :)Best regards,
Yigit -
AuthorPosts
- The topic ‘edit full screen image slide’ is closed to new replies.