[Resolved] Background color of inside content contener

Home Forums Support [Resolved] Background color of inside content contener

Home Forums Support Background color of inside content contener

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #344278
    Evadex

    Hi,
    I’m beginner, I search how to change the Background color of inside content contener, just for one page.
    I’ve ever test with css :
    #content{
    background-color: #fff;
    }
    but just a white line appears before and after the content.
    Thank you very much for your help

    #344303
    Leo
    Staff
    Customer Support

    Hi there,

    Easiest way would be to use Tom’s Simple CSS plugin:
    https://docs.generatepress.com/article/adding-css/#simple-css

    It provides a CSS meta box on each individual page.

    On the page you want to change the color, try this CSS:

    .inside-article {
        background-color: #848484 !important;
    }

    Let me know.

    #344309
    Evadex

    Unfortunatly, no change
    I tested with inside-content without effect too
    Thank you for your help, I’m not very talented…

    #344314
    Leo
    Staff
    Customer Support

    Any chance you can link me to the page where it’s not working?

    #344330
    Evadex

    I could give you the link of the page where it’s not working (really thank you for your help sir) but I’m sure you don’t nead. Honestly, my level is very low. I’m able to change the background color of the page content (by personnalize, color, content, background color) but I’m not able to do the same for one page using css. But I’m not desperate πŸ™‚

    #344332
    Leo
    Staff
    Customer Support

    Can you try the edited code above? https://generatepress.com/forums/topic/background-color-of-inside-content-contener/#post-344303

    If that still doesn’t work a link to your site will definitely help solve the issue.

    You can send it through Account Issue here if you want to keep it private: https://generatepress.com/contact/

    #344337
    Evadex

    Perfect ! Thank you very much ! That’s one small step for many people certainly but one giant leap for me πŸ™‚ Thank you for your help sir, and have a good day. Of course, if one day you decide to travel in Paris, don’t forget to send me an e-mail, or a css code πŸ˜‰

    #344339
    Evadex

    Just to close the post

    #344340
    Leo
    Staff
    Customer Support

    Haha you are very welcome πŸ™‚

    Let us know if you need more help!

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