• Resolved lawyerkm

    (@lawyerkm)


    I am using the Arjuna X 1.2.4 Theme by SRS Solutions.
    The default background color is gray, but I would like to change it to white. Can anyone tell me how to do it? Thanks in advance!

Viewing 5 replies - 1 through 5 (of 5 total)
  • esmi

    (@esmi)

    There are thousands of WordPress themes – which means that many people won’t be familiar with your particular theme. So a link to your site might help.

    Thread Starter lawyerkm

    (@lawyerkm)

    Here’s a link. Thanks. https://lawyerkm.com/
    I was fooling around with the CSS (I know almost zero about it) and changed #d9d9d9 to #FFFFFF in the following (I subsequently changed it back). That changed only the background of the lower part of the home page. The top few inches remained the same color.

    body {
    background:#d9d9d9 url(./images/pageBG.png) repeat-x 0 0;
    font-family:Arial, Helvetica, Verdana, sans-serif;
    font-size:13px;
    line-height:normal;
    }

    Any help is really appreciated.

    Michael

    (@alchymyth)

    you are at the right spot:
    change the color code and remove the rest of the line, leave the semicolon ; (to top of the background is a very subtle grey gradient image)

    body {
    	background:#FFFFFF ;
    	font-family:Arial, Helvetica, Verdana, sans-serif;
    	font-size:13px;
    	line-height:normal;
    }

    done.

    Thread Starter lawyerkm

    (@lawyerkm)

    Rock on! That worked. Thanks so much!!

    write2roberto

    (@write2roberto)

    I had the same issue and the answer was perfect.

    Thank you very much.

    Roberto

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Changing the Background Color’ is closed to new replies.