Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #184238

    Hi there!

    I am new to the Enfold theme and have a question regarding the Fullscreen slider. I have used the setting from Homev7 and want to change the opacity of the text box and also change the color of the text. Is it also possible to change the position of the capture box?

    thanks
    Matthias

    #184328

    Hi MatHom!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust 0.9 between 0 – 1.

    .caption_framed .slideshow_caption .avia-caption-title, .caption_framed .slideshow_caption .avia-caption-content p { background: rgba(0, 0, 0, 0.9); }

    How you would like to change the position of capture box?

    Best regards,
    Yigit

    #184729

    Hi Yigit!

    Thanks for your answer.

    If I post the code:
    .caption_framed .slideshow_caption .avia-caption-title, .caption_framed .slideshow_caption .avia-caption-content p { background: rgba(22, 115, 143, 0.5); }

    to get a petrol color for the box, it won´t work and stays dark.

    I want to have the box on the right side and therefor used the option for it. It works fine I just wanted to know where I can change the position e.g. right but more on the bottom of the page

    thanks
    Matthias

    #184800

    Ah, the box color changed, but not the button.

    thanks
    Matthias

    #184854

    Hi!

    Please add following code to Quick CSS as well to change the opacity of button

    #top .avia-slideshow-button { background-color: rgba(0,0,0,0.9); }

    Cheers!
    Yigit

    #184858

    Hi Yigit!

    Thanks for your great support.

    Everything works well ;)

    greetings
    Matthias

    #184859

    Hey!

    You are welcome Matthias! Glad we could help :) Let us know if you have any other questions or issues

    Regards,
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Fullscreen slider how to edit caption text box’ is closed to new replies.