[Resolved] background color

Home Forums Support [Resolved] background color

Home Forums Support background color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1120347
    Volodymyr

    Hello, how can I add this option for only one page?
    Colors > Content > background
    I need the background content only on the home page to be transparent. Tried adding this to styles, but not working

    .page-id-85 .inside-page-header
    {
        background-color: rgba(255,255,255,0.5)
    	}
    #1120363
    Leo
    Staff
    Customer Support

    Hi there,

    Try this:

    body.page-id-85.separate-containers .inside-article {
        background-color: transparent;
    }

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

    Let me know if this helps ๐Ÿ™‚

    #1120365
    Volodymyr

    Thanks It works

    #1120371
    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.