• Resolved redsealike

    (@redsealike)


    http://www.uwellhealth.com

    1) You can still see “pink” color flashing when each page is first loaded.
    Can I get read of that?
    I am using easy-custom-css plug in to change colors

    2)How I can modify the height of the “pink strip”

    Thank you!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,
    I guess your first issue of Strip Color has been resolved. ?

    Height of green-strip is ‘AUTO’.If you want to fix it.

    Go to Options Panel > General Settings > Custom CSS Box
    Insert the given code in it and SAVE IT.
    .slidesDescription{height:'Your Height Here'px;}

    Thanks

    Hi Redsealike,

    Issue 1 :
    You already change the color of pink strip.

    Issue 2 :
    In order to set the height of the “pink strip” section.
    Add given CSS code in custom CSS box.

    .pink-container { height: YOUR PINK STRIP HEIGHT ; }

    Thanks

    Thread Starter redsealike

    (@redsealike)

    Hello,

    1. I changed the color of pink strip to green. However, when you go to the website first, you will see pink color flashing for the strip, after which becomes green. It looks like the strip is first set to pink and right after becomes green.

    2. I used as below and it’s working.
    .pink-container { height: YOUR PINK STRIP HEIGHT ; }

    I don’t know why the rest of the page didn’t move up though. Can I reduce the gap between STRIP and PAGE CONTENT?

    Thank you in advance!

    Hello,

    As I can see you have modified the code of your files.

    So I can only suggest you to find the give code <div class="_blank"></div> and remove it .

    It will reduce the gap between STRIP and PAGE CONTENT.

    Thank’s

    I’m having the same problem – I’ve changed the banner to purple, but when you first open the page the banner flashes pink before changing to purple. Is there a way to stop it doing this?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Pink strip initial color flashes on each page is loaded first’ is closed to new replies.