Header and slider grayed out

Home Support Business Kit Header and slider grayed out

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1343
    Anonymous
    Inactive

    Hi, my header and slider are grayed out for some reason. I have changed the header image but the image doesn’t show.

    How can i fix this?

    #1344
    ProDesigns
    Keymaster

    Hi Yevin,

    Can you please provide us your site URL?

    Thank you.

    #1378
    Anonymous
    Inactive

    I disabled the slider but the website is ultratest.com/ultratest

    #1381
    ProDesigns
    Keymaster

    Hi @yevin,

    Please enable slider and let us know how can we help.

    It will be more easier if you can include screenshot of issue as well.

    Thank you.

    #1393
    Anonymous
    Inactive

    I can’t attach files.
    With the slider enabled, the top header is the same color as the bottom header. The top header should be #444444 which is a dark grey.

    #1394
    ProDesigns
    Keymaster

    Hi @yevin,

    Please add following CSS. We have added !important to set its priority high.

    .top-header {
        background: #444444!important;
    }

    We believe this will solve your issue.

    Thank you.

    #1438
    Anonymous
    Inactive

    Where should I place it in the code?

    #1440
    Anonymous
    Inactive

    It doesn’t work no matter where it goes.

    #1441
    Anonymous
    Inactive

    Never mind. Just needed some time.

    #1442
    ProDesigns
    Keymaster

    Hi @yevin,

    Please add following CSS. We have added !important to set its priority high. You can go to Appearance >> Customize >> Additional CSS and add it.

    .top-header {
        background: #444444!important;
    }
Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.