• Resolved pankajmca2

    (@pankajmca2)


    Hi,
    I saw some of the solutions provided on this topic and I tried also but non working for me.

    My website is https://www.govtjobcentral.com

    I followed the navigation – Appearance-> Background and changed the color to purple.
    After that I refreshed the website – while refreshing I can see just a glimpse of the purple color but after that again it is coming back to normal white color. It seems to appear that some other code is replacing my changes but not sure what to do ??

    I followed the same way to change the background color of another website The career Image and was able to change the background color to light blue.

    I am using same theme in both the websites but not sure why it worked for me for one but not working for another.

    Please help me to sort this issue. I am struggling .

    Thanks,
    Pankaj Sinha

Viewing 2 replies - 1 through 2 (of 2 total)
  • The Career Image site has a class called narrow-layout assigned to the body element. Does the theme allow you to choose a particular layout? Or maybe there’s a particular template that you’ve chosen for the Career Image home page that you’re not using for the other home page? The narrow layout makes the wrapper container narrower, so that the background color of the body appears along the sides.

    If you can’t figure out how to set the Govt Job site to a narrow layout, you can use this CSS rule in your custom CSS:

    .wrapper {
       max-width: 1038px;
       margin: 0 auto;
       -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
       -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
       box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    }

    It’s the same rule as used by the narrow layout.

    Thread Starter pankajmca2

    (@pankajmca2)

    Hi CrouchingBruin,

    Thanks a lot Sir. with your help I could figure it out that in The Career Image I had selected the theme layout to narrow but not in Govt Job.

    Your suggestion helped me to sort the issue in 10 secs.

    Hats off to you.

    Regards,
    Pankaj

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘change background color’ is closed to new replies.