hi
Follow this step to remove Logo and text title
find Appearance in WordPress Dashboard and Click Option panel
see Quick Start Settings check last title Custom css.
use this code in custom css text editor
.logo{
display:none;
}
used this code then click save option and check your website..
thanks
Thanks so much for getting back to me. It doesnt appear to work though! The logo is still there…
Any other suggestions?
Thanks!
Mayby this code?
.qua-log{
display:none;
}
Hi
Everything is running well as i checked
So please use inspect-element and find the logo class.
add logo class in option panel custom css.
Thanks
Hi
Did you have add the below css code into the custom css field .
If no then copy past the below code into the custom css field
.qua-logo {
display: none;
}
Then click on Save Option Button .
Thanks
Hi
Did resolved your issue ?
Thank’s
Sunil