• elaines85

    (@elaines85)


    I’ve changed it so the header image is now transparent as i wanted brighter images, problem is, now the the text on the header image is not dark enough. how can i change that to make it darker?

Viewing 4 replies - 1 through 4 (of 4 total)
  • arhakim

    (@arhakim)

    Hi,

    Can you share your site URL here? Let me check it directly to your site.

    Regards,

    Thread Starter elaines85

    (@elaines85)

    Thread Starter elaines85

    (@elaines85)

    let me know if you need what i used to make the image clearer and brighter. thank you!

    Hello, try to use the following CSS code.

    You can add CSS code in Customize → Additional CSS section.

    .header-text,
    .header-subtext {
      color: #272727;
    }
    
    .header-subtext,
    .header-button{
      font-weight: 600;
    }
    
    .header-button {
      background-color: rgba(255, 255, 255, 0.25);
    }

    Kind Regards, Roman.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Text Colour on Header Image’ is closed to new replies.