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

    Go to Theme Options -> Styling -> header and Footer.
    Try to select a setting and Save Changes.

    Thread Starter RoosGold

    (@roosgold)

    Hi Denzel,
    Tks for your feedback.

    The styling setting did the trick about that pattern.
    But still getting no colors inside header or footer, even if a try to change it at:
    Theme Options -> Header -> Header -> Header color. The same for the footer.
    When i refresh the page, i can see the proper choice of color, but immediately it disappears.
    Today i’ve tried to update the theme, with no success with that issue.

    Hi,

    Use the following in your Theme Options -> Custom CSS

    .header-pattern {
        background-image: none !important;
    }

    This will remove the pattern that’s covering your header background color.

    Thank you

    Thread Starter RoosGold

    (@roosgold)

    Ok. With Custom CSS i can remove the header pattern.
    But still no success with footer. :-/
    Besides, this is a bug or not?
    Tks!!

    Hi,

    I am not the Theme Author, I do not know how it’s suppose to work and therefore does not know if this is a bug or a missing feature.

    Use the following in your Theme Options -> Custom CSS

    .footer {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    }

    This will remove your footer pattern and shows your footer color.

    Thank you

    Thread Starter RoosGold

    (@roosgold)

    Oh boy! Sorry about that!
    And once again, thanks! A lot!

    You are welcome!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Custom background color not showing!’ is closed to new replies.