Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #746550

    Hi,

    how can I change the background colour of the menu (“display as icon”) and the background colour of the caption text boxes (e.g. on my start page)? At the moemnt both is black and that´s too dark :)

    Thanks!

    #748348

    Hi seykom!

    Thank you for using Enfold.

    For the menu background, please use this css code:

    .av-burger-overlay-bg {
        opacity: 0.9;
        background: blue+-;
    }

    And for the caption background, use the following:

    .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 {
        filter: alpha(opacity = 80);
        background: rgba(255, 255, 255, 0.5);
    }

    Adjust the values as you see fit.

    Regards,
    Ismael

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