Home Forums Pro Themes Blogism Pro Changing Month Background color

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #66659
    Georgia Gaskell
    Participant

    Hi!
    Ive followed all the steps to change he month background color and it’s still the standard blue… is there something im missing? thanks, gigi

    #66740
    wensolutions
    Keymaster

    Hello @gigigaskell,

    To change the color of the month background color use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and add below given CSS.

    For day:

    .entry-header .entry-meta span span.entry-day {
        background: #ff0;
    }

    For month

    .entry-header .entry-meta span.posted-on {
        background: #319be2;
    }

    You can change the color code as per your requirement.

    Hope this helps.

    Best Regards!!

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