• Resolved mnng1984

    (@mnng1984)


    Hello,

    Is it possible to get the front page banner image clean, and not that darkened/blurry as it is now? I mean if you take a look at the header images on various pages, the header image is clean look/ normal.
    Thanks.

    website : http://monodemo.dk

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi there,

    Thanks for reaching out and for trying out Kale. We appreciate it.

    Please go to Appearance -> Customize -> Additional CSS and add the following code:

    .frontpage-banner.frontpage-banner-parallax-bg:before {
      content: none;
    }

    then Save it.

    I hope it helps.

    Best,
    Jarek
    Kale Support

    Thread Starter mnng1984

    (@mnng1984)

    Thanks it worked.
    But now the text is kinda difficult to see, in the banner. How to change the text color?
    Thank you.

    I’m glad to hear that.

    Try this one:

    .frontpage-banner.image-banner, .frontpage-banner.image-banner .block-title {
      color: #888;
    }

    Best,
    Jarek
    Kale Support

    Thread Starter mnng1984

    (@mnng1984)

    Thanks once again Jarek.
    Perfect.

    Hi there,

    I’m glad to hear that. Please, let me know if you need any help.

    Best,
    Jarek
    Kale Support

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Front page banner image’ is closed to new replies.