• Resolved dorinL

    (@dorinl)


    on my website that im building
    https://www.teachmemakeup.com
    I like the theme I chose, but i would like the inner background (in the framed box) to be white instead of the light peachy color it has. Since im using a lot of photos with white background i want it to blend and show white and peach

    please help,
    Thanks
    Dorin

Viewing 8 replies - 1 through 8 (of 8 total)
  • Appearance > Theme Options > Other Settings > Custom CSS Box add this code:

    #container-shadow {
      background: #fff;
    }

    Now make sure to save.

    Thread Starter dorinL

    (@dorinl)

    thank you very much!!
    and thanks for such quick reply also! ??

    No problem, come back anytime for more help.

    Please mark as resolved.

    Thanks

    Thread Starter dorinL

    (@dorinl)

    Thanks

    Thread Starter dorinL

    (@dorinl)

    Hi,

    I noticed that my background went back to the peach color, so i updated it again in the CSS box, so while my white background returned on my desktop, when i view my site on my phone i still have that peach color.

    How can i fix that?

    thanks

    Theme Author TT Themes

    (@tomastoman)

    Hi @dorinl,

    please add the “!important” declaration to your custom CSS to make it more specific than the default CSS:

    #container-shadow {
      background: #fff !important;
    }

    Best regards,
    Tomas Toman

    Thread Starter dorinL

    (@dorinl)

    Hi thanks,
    I just updated it, but it still didnt work for my mobile unfortunately…
    Any other way?

    Theme Author TT Themes

    (@tomastoman)

    Hi,

    I just have displayed the linked website, but the main background was white in all browsers. Please try to refresh your mobile browser and empty cache/cookies.
    Also, it seems that you have used a third-party plugin for managing your custom CSS. Please try to insert it into “Theme Options > Other Settings > Custom CSS” instead.

    Best regards,
    Tomas Toman

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