Okay
  Public Ticket #2339262
Remove Unyson completely from theme & change Logo size
Closed

Comments

  • Claudia started the conversation

    How do you remove the page builder Unyson from the Theme. When I deactivate it it removes all customization on the appearance of the theme. If I leave it activated then I can't use Pagelayer. I know I can't have both so I really don't like Unyson, it slows down workflow and the site overall.


    I'm also looking to change the size of the logo in the header and spend hours trying to find the code, but any changes I make to the main.css file is just ignored. I can't find any reference to the size in any other file. I want it as tall as the header but it won't let me 

  •  1,634
    Andrey replied

    Hello, Dear Claudia!

    1. The Unyson plugin is required by the theme so you can’t deactivate it but you can deactivate all of its extensions including Unyson page builder extension.

    2. To increase logo, please click WP Dashboard => Appearance => Customize => Additional CSS and insert here the following code:

    a.logo img {
      max-width: 194px;
    }

    Then click "Publish" button. 

    Best Regards!