• Resolved Ashish Desai

    (@shubhamgulati12)


    Hello,

    First of all, I would like to thank you for creating such a wonderful plugin! I was amazed by watching at the things it could do!

    I was facing some issues while making the background of some parts as transparent.
    My website is https://www.mygaminglounge.com and when I try converting the website’s header to transparent, it never works.

    I tried following the guide you posted on support forums of the plugin page however couldn’t solve this issue.
    Here’s what I tried to make the header background image as transparent:

    body.wp-night-mode-on .style1 .rslides-container .rslides-inner
    {
    background: none;
    background-color: transparent;
    }

    body.wp-night-mode-on .rslides-inner
    {
    background: none;
    background-color: transparent;
    }

    body.wp-night-mode-on .slider
    {
    background: none;
    background-color: transparent;
    }

    None of the above helped ??

    My only motive is to make header and footer completely black or visible since half black background looks kind of weird.

    Thanks in advance!

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • same problem here https://www.21-btc.club/
    thanks for your work

    Plugin Author markoarula

    (@markoarula)

    Hi,

    answer for Isc38:
    you can found help for your site on this topic: https://www.ads-software.com/support/topic/trouble-with-customizing-css/#post-11532624

    answer for Ashish Desai:
    please try with this CSS:

    body.wp-night-mode-on #body-core,
    body.wp-night-mode-on #pre-header,
    body.wp-night-mode-on #header,
    body.wp-night-mode-on #notification,
    body.wp-night-mode-on #footer,
    body.wp-night-mode-on #sub-footer {
      background: #000000 !important;
    }
    
    body.wp-night-mode-on #slider {
      background-color: transparent !important;
    }

    Best regards

    Thread Starter Ashish Desai

    (@shubhamgulati12)

    Hey @markoarula,

    Thanks for your quick reply! I tried using the same CSS however it did not turn the header and footer as expected. It’s still showing black header.
    I have sent you an email earlier when I started this thread, kindly advise in case you want me to share my website’s admin credentials on that email.

    Thanks for all the pains! ??

    Plugin Author markoarula

    (@markoarula)

    Hi @shubhamgulati12,

    I just sent you an email reply.

    Best regards ??

    Thread Starter Ashish Desai

    (@shubhamgulati12)

    Was able to resolve it by using your CSS.
    Big thanks to you! ??

    For others, CSS used:
    body.wp-night-mode-on #slider * {
    background-color: transparent !important;
    }

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Unable to avoid black background for header and footer’ is closed to new replies.