Site logo

such as changing the color of conetendor for a single page?

Home Forums Support such as changing the color of conetendor for a single page?

Home Forums Support such as changing the color of conetendor for a single page?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #203533
    jordi

    Hello Tom,
    I have for example 10 pages, I just want to change the color of the container of a one page, it is possible?

    Thank you

    #203555
    Tom
    Lead Developer
    Lead Developer

    You can use our Simple CSS plugin: https://wordpress.org/plugins/simple-css/

    It adds a metabox to the edit pages area of your admin where you can add CSS for that specific page.

    Which container are you wanting to change the color of? The main container of the site?

    #203592
    jordi

    Hello Tom

    Attached image, in this case is to change the background color of the container in contact page

    http://www10.zippyshare.com/v/2pUxXOGD/file.html

    Thanks

    #203662
    Tom
    Lead Developer
    Lead Developer

    So you would do something like this in the Simple CSS metabox:

    .separate-containers .inside-article {
        background-color: #FFFFFF;
    }

    Adjust the color as needed 🙂

    #203902
    jordi

    Hello Tom,

    this code I change the color of the container of all pages, I just want to change the color of the container of contact page, the other pages not

    Thank you

    #203971
    Tom
    Lead Developer
    Lead Developer

    You don’t want to add it to the “Appearance > Simple CSS” page – you want to add it to the Simple CSS metabox present when you’re editing that specific page.

    It’s the 4th screenshot down: https://wordpress.org/plugins/simple-css/screenshots/

    #204126
    jordi

    Hello Tom,
    sorry, I had not understood, now works but I get error with a jetpack module, attached image.

    http://www46.zippyshare.com/v/67JKEiB8/file.html

    • This reply was modified 10 years, 1 month ago by jordi.
    #204212
    Tom
    Lead Developer
    Lead Developer

    Not sure what would cause that – maybe try deactivating the Custom CSS Jetpack module?

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