• Resolved IainAitken

    (@iainaitken)


    Installed theme to test new site design on a hosted wordpress site (siteground hosted). Standard Theme, not Pro.

    Header/Footer Colours work. However the following has issues and refuses to work:

      Customize > Background Image. Does not do anything.
      Customize > Colors > Colors > Body Background. Does not do anything.
      Customize > Colors > Colors > Content Background. Only changes for post page, not static page.
      Customize > Colors > Colors > Background Colour. Does not do anything.

    Any suggestions?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Styled Themes

    (@gejay)

    Hi there,

    To make background image and color to works you need to add custom css.
    white background image is overwriting background image and color, so you need to remove those background. Here we have given example to remove white background image from section area, here is how we do it.

    .fr-contents {
    background-color: none;
    
    }

    So we need to remove all section background colr, which will make background image and color to works

    For page content background you can follow this css.

    .page #fr-content-area {
    background-color: #401818;
    }

    please don’t hesitate to reach back out to us. We will be more than glad to assist you

    We look forward to your response

    Thanks

    Theme Author Styled Themes

    (@gejay)

    Hi There,

    We didn’t get your reply since one week, We hope you got the solution of your issue.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Custom Colours’ is closed to new replies.