• Resolved calimer

    (@calimer)


    Howdy!! I’m loving rtPanel but I’m interested in changing all the white of the theme into an image background. When I selected to change the background in wordpress it only changed the sides. You can see what I mean at https://SandboxGameMaker.com Is there a way for me to let the background image cover all the white instead of just the outside? Also any other tips for my site would be awesome. Thank you and take care!
    -mike

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

    How about applying your background image using CSS onto #main-wrapper? It works on my side when I inspect your page using Developper tools from Chrome.

    tomaja

    (@tomaja)

    Yep, just like @Thimothe said, u can use

    #main-wrapper {
    background: none;
    }

    If you want to do the same with main menu

    #rtp-primary-menu {
    background-color: none;
    border: none;
    }

    Of course, that would likely lead you to some link color modifications.

    Theme Author rtCamp

    (@rtcamp)

    @Thimothe and Tomaja,
    Thanks for your replies.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change White Background To Image/Different Color’ is closed to new replies.