Add Background Color to Entire Site

Discussion in 'Blackriders WordPress Theme' started by bpmarketing11, Aug 20, 2020.

  1. bpmarketing11

    bpmarketing11 Member

    Joined:
    Dec 28, 2011
    Messages:
    49
    Likes Received:
    3
    Hi,

    How can I add a background color (instead of the default white) to the entire site?
     
  2. shemaela21

    shemaela21 Guest Staff Member

    Joined:
    Apr 6, 2019
    Messages:
    855
    Likes Received:
    1
    Hello,

    Warm Wishes from InkThemes,

    Yes, sure you can change the background color of the website's body.

    To make the desired changes, just paste the code in the Additional CSS section of the theme.

    Go to (Dashboard -> Appearance -> Customize -> Additional CSS).

    Code:
    body {
        background: #dcaeae;
    }
    Use the color code of your desired choice.

    Regards,
    Shemaela
    InkThemes.com
     
  3. bpmarketing11

    bpmarketing11 Member

    Joined:
    Dec 28, 2011
    Messages:
    49
    Likes Received:
    3
    Perfect. Thank you for the reply.
     
  4. shemaela21

    shemaela21 Guest Staff Member

    Joined:
    Apr 6, 2019
    Messages:
    855
    Likes Received:
    1
    Hello,

    Thanks for getting back to us,

    You are most welcome!

    Let us know if you need further help, we will be happy to help you.

    And always feel free to ask your queries at our support forum: http://inkthemes.com/community/ and at our email [email protected]

    Regards,
    Shemaela
    InkThemes.com
     

Share This Page