This topic has 2 replies, 2 voices, and was last updated 7 years, 7 months ago ago by Rose Tyler
Hello dear developers,
i have a question for you concerning the logo of Legenda theme. can we have a css code for 2 cases:
1. remove entirely the logo from header
2. remove logo and replace it with site info, as it work on several wp themes
In case we don’t have the css code what is the path to make things work as mentioned above??
legenda version 3.1
wp version 4.7.3
BR
Hello,
Thank you for using our theme!
You can change logo image in Theme Options > Header > Logo image and Logo image for fixed header.
To disable logo you can add this code in Custom css:
.logo, .logo-with-menu {
display: none !important;
}
How to create custom.css you can watch in this tutorial https://youtu.be/Qok2zRedRMY
Regards,
Rose Tyler.
Tagged: header, logo, remove, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up