Home Forums Pro Themes University Hub Pro Featured Slider : Image is bright

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #62589
    prinya.c
    Participant

    In Featured Slider, I create graphic for banner size 1080 x 200 pixel

    Banner

    http://sim.technicrayong.ac.th/wp-content/uploads/2018/01/RTC-Banner-2017-1080-200-02.png

    I create bright color.

    After insert banner to Featured Slider, I think banner not bright.

    RTC Web

    http://sim.technicrayong.ac.th/

    Please help, Fix this problem.

    THX.

    #62682
    wensolutions
    Keymaster

    Hello @prinya-c,

    When we tried to inspect your site URL we were not able to access your site URL.

    However to remove the black overlay over the slider image please use given CSS.

    For this go to Admin panel > Appearance > Customize > Additional CSS and paste the CSS.

    #main-slider::before {
        background: none;
    }

    Hope this helps.

    Best Regards!!

    Have a good day :).

    #62766
    prinya.c
    Participant

    Please See My Web Site

    http://www.technicrayong.ac.th/

    Please Look at Featured Slider

    First time, Featured Slider is bright, but after transition Featured Slider is dark

    ps. i use css

    #main-slider::before {
    background: none;
    }

    #62768
    wensolutions
    Keymaster

    Hello @prinya-c,

    To resolve the issue replace above-given CSS with CSS given below.

    Just go to Admin Panel > Appearance > Customize > Additional CSS andpaste below given CSS.

    #main-slider::before {
    background: none;
    }
    
    #main-slider::after {
         background: none;
        }

    Hope this helps.

    Please kindly let us know if the issue still persists.

    Best Regards!!

    Have a good day 🙂 .

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