[Support request] Custom Background Color for Custom Post types Container

Home Forums Support [Support request] Custom Background Color for Custom Post types Container

Home Forums Support Custom Background Color for Custom Post types Container

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #837079
    Thomas

    Is it possible to set the background for the .container class for a specific post type?

    I have a custom post type called “flip”

    #837155
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    body.flip-template-default .inside-article {
        background-color: #333;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know 🙂

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