• Hi, I’m trying to have the same color black as background. Some of my page background is black #000 and some is a very dark gray. I was unable to find the setting in css files. Thank you, Christopher

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

Viewing 8 replies - 1 through 8 (of 8 total)
  • Theme Author Guido

    (@guido07111975)

    Hi,

    First, remove your own CSS from element #container in the mobile stylesheet of your stylesheet:

    background:#000 url('images/back.png');

    Add this at page Extra CSS of the Customizer in your dashboard:

    #content, #sidebar, #footer {background:#000 !important;}

    Please don’t make changes directly in theme stylesheet, in case of theme update you will loose these changes.

    Guido

    Thread Starter cwburket

    (@cwburket)

    hi Guido, thank you!!! Your code made some changes. The desktop site is good. The mobile site still as a layer of dark grey and not black. I disabled theme auto update until I understand which file I need to remove the code from. Again, thank you for your time and help!!! Christopher

    Theme Author Guido

    (@guido07111975)

    Hi Christopher,

    Over here background is black. So you may have to clear browser cache of your mobile device or visit site in another one.

    Guido

    Thread Starter cwburket

    (@cwburket)

    Hi Guido,

    i tried opera edge Firefox and chrome and the dark grey is still there. It’s like there’s a bottom layer that’s not black.

    thank you for your help. I don’t have much money to donate at this time. Once my business gets moving I definitely wish to repay you.

    thank you!!

    Christopher

    Theme Author Guido

    (@guido07111975)

    Hi,

    Can you share a screenshot with for example imgBB, because there’s no grey over here.. I’m using an iPhone.

    And same occurs when increasing your desktop browser size to 300% or higher?

    Guido

    Thread Starter cwburket

    (@cwburket)

    Thank you !!!

    https://ibb.co/FnZD0gQ

    Theme Author Guido

    (@guido07111975)

    Hi,

    Try this at page Extra CSS of the Customizer in your dashboard:

    #container {background:#000 !important;}
    Theme Author Guido

    (@guido07111975)

    I’m almost certain this is caused by the CSS I asked you to remove from your mobile stylesheet, check my previous reply.

    Guido

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Background color’ is closed to new replies.