Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #934882

    Hi!
    Please check http://www.kidsandwork.nl/wp/
    Is there a way to change the location (in px or in %) for the text in the slider? I would like to show the text in the slider in the left upper corner but there’s no option for this location. Can I do this with some css? If so, how?
    Thanks for your help!
    Martine

    #935217

    Hey famewebdesign,

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

    
    /* Easy slider title */
    .av_slideshow_full .avia-caption-title,
    .av_slideshow_full .avia-caption-content {
    	background:gold;
    	position: absolute;
    	top:0;
    	padding:10px 20px;
    }
    

    Best regards,
    Vinay

    #935234

    Thanks Vinay!
    That works for this slide.
    On this page http://www.kidsandwork.nl/wp/aanbod/ I want the text at the left bottom. I made that setting but the text runs out of the picture. Is there a way to give an ID to every text on every slide to accomplish a unique location for each text on each slider image? I tried this code but the the text on “Home” also moves:

    .avia-caption-content p {
    margin: -70px 0;
    }

    #935341

    Never mind. I’m going to user the layerslider instead. Thanks anyway!

    #935605

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘location text in slider’ is closed to new replies.