• I changed the color of Content Background to #333333. Now my meta area is a white bar and I am not able to change it. My Meta Area Background is currently set to None. Changing that setting, just creates a slight border around the meta area.

    I’d like to change the meta area color to #111111. Please see the image for an example: https://imgur.com/8mDZjpr

    I can use Simple Custom CSS plugin if needed.

    Any help would be much appreciated.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Hatchiman

    (@hatchiman)

    PS.

    It would be nice if I could also change the search bar to match.

    Thread Starter Hatchiman

    (@hatchiman)

    Anyone?

    I was able to do this several versions ago by editing the CSS, but I can’t find the proper code now.

    Until we get around to adding options for all colours in the theme, this can still be done via custom CSS:

    .entry-meta {
        background-color: #F5F5F5;
        border: 2px solid #FFFFFF;
        box-shadow: 1px 1px 3px #DDDDDD;
        color: #666666; }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change Meta Area Color’ is closed to new replies.