Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #325144

    Hi

    how can i change the colour (or maybe background too) of the title and subtitle of “Fullscreen Slider” ?
    My headline font is now grey – because of the light theme background. But the frames of the titles in fullscreen slider are black. so the usability is bad.

    Thx, Oliver

    #325145

    Hey heufti65!

    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: rgba(255,255,255,0.5); }

    Best regards,
    Yigit

    #325182

    Works well, thanks. What is the definiton to change the font color?

    #325185

    Hi!

    255,255,255 is the RGB value of the color and 0.5 is opacity level. You can use this website to find the RGB values of the colors using Hex values – http://www.javascripter.net/faq/hextorgb.htm

    Best regards,
    Yigit

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