Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #735778

    hi. how can i apply the pink also to the normal text in the fullscreen slide only on this one slide?

    View post on imgur.com

    and how can i add a little transparency to the pink background. is there a way to fix the text problem on this page. can i adjust the line high or can do anything to fix this error?

    Thank you so much, Greetings, Lukas

    #735839

    Hey arteffekt,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .home .slide-1 .avia-caption-content p {
        background: orange;
    }
    

    Best regards,
    Yigit

    #735842

    Hey Yigit. Thank you sooooooooooooooo much .) Great work!

    One little thing: :) http://imgur.com/a/4OIZO

    Can you fix the problem wih the text here? and can i make the letters thiner? i try to get this look. http://imgur.com/a/TtucQ

    can you help me to adapt the heading font in the fullscreen slider please :) Greetings, Lukas

    #735847

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .home #fullscreen_slider_0 h2.avia-caption-title {
        line-height: 75px;
        font-weight: 400;
    }
    

    You can change 400 to 100 if you would like to display font weight thinner

    Best regards,
    Yigit

    #735854

    Wow cool. i will try this immediately :) Greetings, Lukas

    http://imgur.com/a/FYhGJ Here is o little problem with the text. do you have an idea how we can fix this?

    #735856

    It looks really great. Two things: http://imgur.com/a/FB7ei

    Thank you, greetings, Lukas :)!!!!!!!!!!

    #737146

    Hi,

    Please remove the css “display” property.

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

    Best regards,
    Ismael

    #750925

    OK, but i need the display element because i do not want it to look like a single rectangle. And i try to keep the word “VISUALISIERUNG” in the first line. Please help me with this. :)

    #752890

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .home #fullscreen_slider_0 h2.avia-caption-title {
        position: fixed;
    }
    

    Best regards,
    Yigit

    #843220

    Thsnk you Yiigit. I really happy!!!!!!

    One little thing :) Is there a way to get this look? Can i do this with enfold? http://imgur.com/a/Xdlcs

    Greetings and thanks for the awesome support, Luke

    • This reply was modified 7 years, 4 months ago by arteffekt.
    #843417

    Hi,

    Please remove following code from your custom CSS

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

    and then edit your caption and wrap your sentences in a span with custom class as following

    
    <span class="my-custom-titles">Here goes your text</span>
    <span class="my-custom-titles">Here goes your text in second row</span>
    

    then add following code to Quick CSS

    .my-custom-titles { background-color: #686c68; padding: 5px; }

    Best regards,
    Yigit

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