• Closed
  • Petra Schier
    Participant
    December 7, 2017 at 9:41 am #35877

    Hi there,

    is there a way to custom change the colours / background colours of post formats (aside, sticky, video, gallery etc.) in evolve+? I have enabled Post Format Background for all available formats, but they all appear white on my blog. A while ago “aside” format was blue background, if I remember correctly, but that has changed without my doing and now I’d like to change background colours myself, if that’s possible.

    Kindly
    Petra

    vaibhav
    Spectator
    Posts: 287
    December 8, 2017 at 8:01 am #35885

    Hi,

    Yes, you can change the background colors of post formats with below custom css.
    Add your color in custom css, you want to it.
    .home .format-video,
    .page-template-blog-page-php .format-video {
    background: #FFA900;
    }

    .home .format-chat,
    .page-template-blog-page-php .format-chat {
    background: #d8b803;
    }

    .home .format-chat,
    .page-template-blog-page-php .format-chat {
    background: #d8b803;
    }

    .home .format-link,
    .page-template-blog-page-php .format-link {
    background: #01bbe1;
    }

    .home .format-image,
    .page-template-blog-page-php .format-image {
    background: #e66d26;
    }

    .home .format-quote,
    .page-template-blog-page-php .format-quote {
    background: #ca2547;
    }

    .home .format-aside,
    .page-template-blog-page-php .format-aside {
    background: #495d7f;
    }

    .home .format-gallery,
    .page-template-blog-page-php .format-gallery {
    background: #666;
    }

    .home .format-audio,
    .page-template-blog-page-php .format-audio {
    background: #009bae;
    }

    .home .format-status,
    .page-template-blog-page-php .format-status {
    background: #69849a;
    }

    Thank you

    Petra Schier
    Participant
    Posts: 71
    December 8, 2017 at 9:58 am #35890

    Thank you very much for the code but it doesn’t change a thing. Every kind of format still has white background.

    Petra Schier
    Participant
    Posts: 71
    December 8, 2017 at 10:04 am #35891

    Okay, I found the problem myself. The code has to start with “.blog”, not “.home”, because my blog is not on the homepage. My homepage is a static page. 🙂

    vaibhav
    Spectator
    Posts: 287
    December 9, 2017 at 10:15 am #35916

    We are happy that your problem has been resolved

    Thank you