Home Forums Community Support Forum WordPress Plugins Orbisius Child Theme Creator Change pages color background on 2012?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2042
    cleja
    Participant

    Lost ability to change the background color on all web pages (not site background) after updating the theme to version 1.4 from 1.1. Previously this code worked:
    #page
    {
    background-color: #ccccff;
    }

    Thanks for any help.

    #2043
    Slavi Marinov
    Keymaster

    Hi,

    You have to check if the original developer of the theme has changed IDs or CSS classes so you can update your snippet.

    A quick fix could be to try
    background-color: #ccccff !important;

    P.S. Our plugin doesn’t restrict the design. It helps creating and editing the child theme’s css.

    Slavi

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.