• Resolved voyancestories1

    (@voyancestories1)


    Hi, let me firstly say that I’m not talking about the background image.

    Instead of the white background, how can I customize it to have any other color?

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Mystery Themes

    (@mysterythemes)

    Hello @voyancestories1

    You can use the following code in additional CSS box:

    #page {
    	background: #00ffff;
    }

    Also, Please change the #00ffff color code to your required color code.

    Thanks ??

    Thread Starter voyancestories1

    (@voyancestories1)

    Thanks. Have a couple more doubts.

    1) How to make that color apply to the menu background and logo background?

    2) Is there an option to keep that color only in the top slider and and featured news section?

    Once again thank you for the quick response.

    Theme Author Mystery Themes

    (@mysterythemes)

    Hello @voyancestories1

    Please use the following code to change the color or logo and menu background. Please change hexadecimal color code to your required code.

    .logo-ads-wrap {
    	background: #ff0000;
    }
    .mt-social-menu-wrapper {
    	background: #fff000;
    }

    There is no option in theme to change the code to the top slider and feature section.

    Thanks

    Thread Starter voyancestories1

    (@voyancestories1)

    Ok. Thank you so much.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to change background color of the site?’ is closed to new replies.