Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Joyn
  • #320833
    dsimpz
    Member
    Post count: 20

    Hello – not sure why I can’t find this. How do I disable the logo completely?

    I don’t want to use a logo image text. Please advise

    Thanks
    dsimpz

    #320861
    David Martin – Support
    Moderator
    Post count: 20834

    Please add this to Theme Options => Custom CSS:

    .full-center .fw-header #logo {
        display: none;
    }

    Thanks.

    #320954
    dsimpz
    Member
    Post count: 20

    Hey David – thanks!

    That worked for Header option #1, but it’s not working for Header option #2

    I’ve been switching back and forth between the two options. Don’t have one finalized yet. Is the CSS different for option #2?

    I have updated my site to reflect what I’m referring to

    Thanks!
    dsimpz

    #320957
    David Martin – Support
    Moderator
    Post count: 20834

    Sure, this will do it:

    #logo {
        display: none !important;
    }
    #320962
    dsimpz
    Member
    Post count: 20

    David – thanks!

    Now that the logo is removed, is there custom CSS to remove the white space where the logo once was?

    For header #2, I have quite a bit. Screen shot attached

    Thanks!
    dsimpz

    Attachments:
    You must be logged in to view attached files.
    #320968
    David Martin – Support
    Moderator
    Post count: 20834

    Glad to help, so you just want the menu?

    Please use this:

    header#header {
        display: none;
    }
    #321111
    dsimpz
    Member
    Post count: 20

    David – that’s perfect. Thanks!

    dsimpz

    #321115
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Great. Thanks David.

    -Rui

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register