Bushwick Title Contrast

  • Unknown's avatar

    Folks,
    Not sure if this helps anyone else, but I’ve been having a bit of trouble with contrast between the titles and featured images using Bushwick. I had a look into it yesterday and adding the following CSS (under Appearance>Edit CSS) adds a semi-transparent black rounded rectangle behind the white text. This makes it a lot more visible.

    .site-branding, div.site-header header.entry-header {
    	background-color: rgba(0,0,0,0.5);
    	border-radius: 25px;
    }
  • The topic ‘Bushwick Title Contrast’ is closed to new replies.