• Resolved davidlevack

    (@davidlevack)


    So I was adjusting the CSS values for the gallery header and for some reason

    .builder-gallery-section-title
    color:white

    or color:#ffffff
    comes out as a murky gray on the page. any other colors seem to work fine.

    caption text for the image gallery are coming out as white.

    and I tried turning off “darken image background” and background color in case the header sat behind these elements.

    any suggestions on how I might get the header to come out as white?

    here is an image of what is happening
    https://tinypic.com/m/iwpsuo/2

    thanks!
    David

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi David!

    I am only able to recreate this when “darken background image” is turned on. As soon as I disable that, the section title color shows in white.

    We’ll try to have a fix for this in the next version, but in the mean time, you could try adding this CSS:

    .builder-gallery-section-title {
        position: relative;
        z-index: 10;
    }
    Thread Starter davidlevack

    (@davidlevack)

    thanks. that was the trick! I was going insane trying to figure out if something what affecting the color from a footer or something. I thought maybe that overlay was the culprit.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Header for gallery changed in css to white comes out gray’ is closed to new replies.