Remove a circle behind the logo in MedicPress

We got numerous nice words about our design for MedicPress from you, our customers. But customers have different taste and everybody like different things. One of the comments which came up few times was about circle behind the logo.

I really love your MedicPress theme but I don’t like the circle behind the logo.

We decided that we will give you the code for removing the circle behind the logo for free since its really simple customization. Copy the code below in the Customize -> Additional CSS and that’s it.

@media (min-width: 992px) {
  .header__container:before {
    top: 0;
    bottom: 0;
  }

  .header:before,
  .header:after {
    display: none;
  }
}

In image below you can see the end result.

MedicPress without a circle behine the logo

 

This is one of the many parts that can be customized with CSS. To learn how to make other CSS customizations, visit our help article How to customize your WordPress site with CSS. If you are not familiar with the code we recommend hiring a professional on Codeable.