• Resolved VirtualJunky

    (@virtualjunky)


    My website is GameMelt.com, the home page is WordPress, if you click any links it will bring you to my forums. I am trying to make WordPress match my forum theme as much as possible. I need to change the body color, all the white, to a darker brown color, but I can’t figure out how to do so.

    The theme I use is called ‘Responsive’ by ‘ThemeID’
    I’m also running the current version of WordPress.

    Any help would be greatly appreciated. Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,

    First part is:

    #featured{}

    and second is:

    .widget-wrapper{}

    it should be pretty straightforward to change them.

    https://pix.am/Ana0/

    P.S. You should be looking into a https://themeid.com/forum/topic/505/child-theme-example/ Child Theme when making any style customizations, we have a sample here and also feel free to join our free support forum at https://themeid.com/forum

    Thread Starter VirtualJunky

    (@virtualjunky)

    Hey, thanks for the reply! I’ve only been using WordPress for a couple days, so I have no idea where to find those snips?

    As for the child theme, I’m not sure I’ll need it, since I’ve only replaced images and I have those backed up. Or will I? I don’t know! I’m so new at WordPress hehe. ??

    As long as you did not update any files under /responsive/ folder you should be fine, note that WordPress Theme upgrades will delete all modifications outside of what you did with Theme Options, WordPress Features and Options etc, basically.

    All right, so if you don’t want a background at all, do this:

    Go to Appearance > Theme Options > Custom CSS Styles, paste this in and save all.

    #featured,
    .widget-wrapper {
        background:none;
    }

    Emil

    Thread Starter VirtualJunky

    (@virtualjunky)

    Thank you veryyy much! That worked, and I was able to figure out the rest from there, I just didn’t know where to put it. ??

    my pleasure, please click this ticket as “resolved”

    Emil

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to change body color?’ is closed to new replies.