Is there any way possible?

Discussion in 'Blogging' started by JBMedia, Feb 4, 2012.

  1. #1
    So I'm using this free template. I enjoy everything about it except the background image.

    Is there anyway for me to change this background image to just a flat black color? Sorry, I'm noob at this. Any help is appreciated.

    The theme is somepocketmoney.com.

    Thanks for any help.
     
    JBMedia, Feb 4, 2012 IP
  2. riteshsanap

    riteshsanap Well-Known Member

    Messages:
    217
    Likes Received:
    2
    Best Answers:
    3
    Trophy Points:
    168
    #2
    Well i can see your site is having a quite heavy background, well i will just tell you go to theme editor open style.css and on line35

    in Background Property delete the whole line and replace it with :

    
    background:black;
    
    Code (markup):
    if you want Black color in Hexadecimal then :
    
    background:#000;
    
    Code (markup):
    true to say your site looks nice the way it is,
     
    riteshsanap, Feb 4, 2012 IP