Logo Header

Hello,

i was trying to change the size of my logo in the header.
I did this: https://colorlibsupport.com/t/how-can-i-change-the-size-of-the-header-imagelogo/
Later saw that this is for a different theme.
It does not matter what size i make my logo it comes out small and on my phone it turns out blurry or not right.

i uploaded the plugin but can’t seem to find it anywhere between my plugins, so can i still delete it? Or how do i do this?

Hi @rcmdesign1,

I hope you are well today and thank you for your question.

To achieve this please use the large size logo and add the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other

img.logo {
    max-height: 100%;
}
#site-navigation .module.left, #page .nav-bar a {
    height: auto;
    width: auto;
}
i uploaded the plugin but can’t seem to find it anywhere between my plugins, so can i still delete it? Or how do i do this?

If there is a plugin named “Colorlib Plugin” in the plugins section the delete it or delete the plugin directory wp-content/plugins/colorlib-plugin using FTP or File manager.

Best Regards,
Movin

Hello,

thankyou for your reply.

If i do that it shows good on the computer but it still shows bad on phone ( https://colorlib.com/wp/wp-content/uploads/sites/2/IMG_5901.png )

There is no plugin named “Colorlib Plugin” in the plugins section. How do i delete it from FTP or File manager? I am not familiair with this.

If i do that it shows good on the computer but it still shows bad on phone ( https://colorlib.com/wp/wp-content/uploads/sites/2/IMG_5901.png )

I couldn’t confirm the issue on your site but to resolve it could you please try adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other


#site-navigation .module.left {
    height: 55px !important;
}
There is no plugin named “Colorlib Plugin” in the plugins section. How do i delete it from FTP or File manager? I am not familiair with this.

Find information about it on the following pages.

http://support.hostgator.com/articles/specialized-help/technical/wordpress/how-to-installuninstall-wordpress-plugins
https://www.webhostinghero.com/manually-disable-wordpress-plugins/