• Hello, I am wanting to change the color of modularity lite, right now I have a white bg image in it and need to get rid of the black border on right and left, and when site is loading it is completely black, I need that to be white. Which file would have this in it? Is it an image file? CSS? Or PHP? I have changed all the menu colors etc, just the black needs to be white so the background image is seamless into it.
    If I choose white in the background option it removes my image so that doesn’t work.

    THanks!
    Stephen

Viewing 4 replies - 1 through 4 (of 4 total)
  • link to your site please

    Thread Starter exposureclothing

    (@exposureclothing)

    Thread Starter exposureclothing

    (@exposureclothing)

    Would it be in here somewhere? This is the funtions php file

    // Give Modularity a custom background
    add_custom_background();

    // Allow custom colors to clear the background image
    function modularity_custom_background_color() {
    if ( get_background_image() == ” && get_background_color() != ” ) { ?>
    <style type=”text/css”>
    body {
    background-image: none;
    }
    </style>
    <?php }
    }
    add_action( ‘wp_head’, ‘modularity_custom_background_color’ );

    Right now on a wide screen I see the black sides outside of image, I am going to resize the final image smaller so there will be more black, I need it to be pure white.

    Thanks!!

    Thread Starter exposureclothing

    (@exposureclothing)

    K got it! I changed the background color via the admin panel, the last time I tried that it removed the background image too so it seemed to be one or the other. Got it to work now though!!

    Thanks
    S

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changing modularity background color to white while having bg image’ is closed to new replies.