How do I remove header logo completely?

Discussion in 'ClassiCraft WordPress Theme' started by themotorcycledude, Jul 11, 2013.

Thread Status:
Not open for further replies.
  1. themotorcycledude

    themotorcycledude Member

    Joined:
    Jul 11, 2013
    Messages:
    83
    Likes Received:
    0
    I don't want a logo, I want the original site name and tag line. Thanks.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    I think you want to put a text of site name and tagline there, To achieve this you can create an image that contain your site name and tag line and upload it as a logo.
    Use Photoshop to do that.

    Go to
    Settings > Theme Option > General Settings > Custom Logo

    and upload your logo image from there.


    Or
    if you completely want to remove the logo

    then,

    Paste this code in Custom CSS
    Settings > Theme Option > Styling Option > Custom CSS

    Code:
    .header .logo img {
    visibility: hidden;
    }
    This will solve your issue.
     
  3. themotorcycledude

    themotorcycledude Member

    Joined:
    Jul 11, 2013
    Messages:
    83
    Likes Received:
    0
    No, it will not solve the issue. Now there is just a big blank space in the header. You should give users the option of not having a logo. In this case you would display the Site name and tagline like wordpress does out of the box. Now I am forced to write custom code that I will have to keep track of so that when I update your theme, i will not lose my changes.

    You say your theme is fully customizable, but is it really? There are only a handful of options related to customizing the look and feel of your theme. It is barely customizable without altering the source code.. :-/
     
Thread Status:
Not open for further replies.

Share This Page