Home Forums Jevelin Theme How do I make my logo crisp? Reply To: How do I make my logo crisp?

Home Forums Jevelin Theme How do I make my logo crisp? Reply To: How do I make my logo crisp?

You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

 

Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

 

.header-logo {
    max-width: 300px;
}