Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #235784
    aiohfipj
    Participant

    Hello,
    How do I change the background color?
    I try to modify the background color code in the theme color. But it did not take effect.
    Can you help me?
    Thanks.
    17aOL6.png
    [img]https://s2.ax1x.com/2020/02/12/17aOL6.png[/img]
    ![17aOL6.png](https://s2.ax1x.com/2020/02/12/17aOL6.png)

    #235824
    Skandha
    Participant

    @aiohfipj: Hello there,
    There seems to an issue with the background color which will be fixed soon.
    For the time being
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site-inner, .site-content-contain, .breadcrumb-area, .hero-content-wrapper {
        background-color: #123456;
    }

    You can change the color according to your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

    #236164
    aiohfipj
    Participant

    Thank you for your reply.
    I successfully changed the background color, but if I want the box where the article title is located (I marked it with a green box) to use another background color, how do I replace it?
    Best Regards
    1xEaUs.png

    #236184
    aiohfipj
    Participant
    #236261
    Sakin
    Keymaster

    @aiohfipj: You can change the color code in the following CSS and then add it in “Appearance => Customize => Additional CSS” box:

    .post-archive .hentry .entry-container,
    .post-archive .hentry:nth-child(2n) .entry-container {
        background-color: #fff;
    }

    Regards,
    Sakin

    #236601
    aiohfipj
    Participant

    Thank you very much, you are very professional and solved my problem

    #236719
    Sakin
    Keymaster

    Hi aiohfipj,

    Thanks for your compliment. We would really appreciate it if you could leave an honest review?
    https://wordpress.org/support/theme/fotografie-blog/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that we could help, don’t hesitate to let us know. Have a nice day! 🙂

    Kind Regards,
    Sakin

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘How do I change the background color?’ is closed to new replies.