@landie,
Ok, I just went through the VELVET SKY theme and figured out what you say . You still need to remove it from your CSS file . Or you can simply edit the logo to nothing ( i mean, u will find the logo inside your theme folder, u just need to open it using yout favorite photo editing software like ADOBE FIREWORKS / PHOTOSHOP and delete the entire thing inside the image and resize it to 1px by 1px and save with the same name . I mean overwrite it . )
But above mentioned is not the professional way to remove the logo . What I explained was just a way to get rid of their default logo . Let me explain the best and the perfect way to remove the logo without even opening it in a photo editing software .
1.Open your theme’ CSS file .
2.You will find a line like below,
<img class="logo" src="https://themes.dapurpixel.com/velvet/img/logo.jpg?" alt="Velvet Sky Perfume Shop" width="148" height="18">
3.Now you should remove this line .
4.Save the CSS file . ( using the same name to overwrite it )
5. But always keep a backup copy of your CSS file before you start editing .
* NOTE : if this way will remove your own logo also, then copy that backup CSS file again . and open it using your code editor . and then find above line and put your own logo image location for this
src=”https://themes.dapurpixel.com/velvet/img/logo.jpg?”
Example .
src=”https://yoursite.com/velvet/img/yournewlogo.jpg?”
Thanks,
Mebox .