• I’m new to this; i downloaded Velvet sky theme and was able to incorporate my own logo, however, i can’t seem to remove the top left hand logo at far top, which seems to be attached to navigation bar(it says,”velvet sky”..please help me

Viewing 2 replies - 1 through 2 (of 2 total)
  • @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?&#8221;

    Example .

    src=”https://yoursite.com/velvet/img/yournewlogo.jpg?&#8221;

    Thanks,
    Mebox .

    Thread Starter landie

    (@landie)

    hi Mebox,

    forgive me for asking this, but where is my css file…is it under theme functions, index template? This is all new for me…
    thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[theme: velvet sky] can't remove, the logo, "velvet sky", top left Nav. bar’ is closed to new replies.