[Resolved] css rule for homepage only

Home Forums Support [Resolved] css rule for homepage only

Home Forums Support css rule for homepage only

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1105129
    johnaps

    Hello, can i add background-color: #fffffff; only for my homepage?

    #1105142
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    body.home {
        background-color: #fff;
    }

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

    Let me know if this helps ๐Ÿ™‚

    #1105163
    johnaps

    thank you for your great support!

    #1105165
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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