Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #802010

    Hey guys,

    How do I change the colour of the caption backgrounds?

    http://prntscr.com/fe7nu3

    I want to make the actual blocks behind the wording dark grey and not transparent.
    I’ve looked in the advanced section but can’t seem to see the option to change this.

    See landing page of: http://serviceintegrators.co.uk/

    Thanks!

    #802021

    Hey Krissie,

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

    .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-color: #666;
    }
    

    Best regards,
    Yigit

    #802024

    Fab! Thanks Yigit!

    Is there a way I can change the button colours on each slide too? The current colours don’t quite match the theme I’ve created.

    Thanks

    #802029

    Hi,

    Please enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then give your slider a custom class (“my-slider” in example below) and then add following code to Quick CSS

    .my-slider .slide-4 a.avia-slideshow-button {
        background-color: orange;
    }

    Best regards,
    Yigit

    #802033

    Cool, thanks Yigit! I’ll give it a try. :)

    #802043

    I can’t seem to see a field within the slider for the custom class. My custom class css field is already activated.

    :(

    #802118

    Hi,

    It is not for the certain slide, you should give custom CSS class to your slider element and you will target each slides by changing the number (4) in the code :)

    Best regards,
    Yigit

    #802487

    Great! Thanks Yigit! All sorted. :)

    #802562

    Hi,

    Glad that Yigit helped you :) Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Caption on slider’ is closed to new replies.