• Resolved MarlenMiceli

    (@marlenmiceli)


    Hi,

    I am currently rebuilding my site using the theme Gonzo. I am extremely pleased with the theme but there are some imperfections that are bugging me, would anyone be able to help?

    http://www.hypevibes.co.uk

    That is my website. Would I be able to make it so that I do not have a menu underneath the site logo/title, and instead just have the smaller one in the top right? I’ve fiddled with the Header.php but I couldn’t manage to make it disappear!

    Also, I have one test post there. Would anyone be able to tell me how to remove the ‘More About The Author’ bit at the bottom of my posts?

    If anyone could help it would be really appreciated.

    Thanks in advance!

Viewing 5 replies - 1 through 5 (of 5 total)
  • You can use the CSS attribute display: none; in a custom.css or at the bottom of style.css to make them disappear.

    The navigation:

    #omc-main-navigation {
    display: none;
    }

    About the author:

    div.omc-authorbox {
    display: none;
    }

    Thread Starter MarlenMiceli

    (@marlenmiceli)

    Wow, speedy reply.

    It worked also

    Appreciate it.

    Have a great NYE.

    Thread Starter MarlenMiceli

    (@marlenmiceli)

    Just another quick one – Would anyone be able to tell me how to line up the title Hype Vibes with the slider below it, so it is aligned left. At the moment it is a few mil too far to the right.

    Again, any help is much appreciated.

    Thread Starter MarlenMiceli

    (@marlenmiceli)

    Also, can someone tell me why I have the facebook comment box after my articles? I don’t even have that plugin installed anymore. I have Disqus instead and would prefer to use that, but I can’t seem to get rid of this bloody Facebook comment plugin thing!

    I’ve even deleted the apps off my actual Facebook that related to it.

    Have you asked the developer of your theme for help –

    http://themeforest.net/item/gonzo-clean-responsive-wp-magazine/2415788

    It’s part of what you paid for and since we have no access to commercial themes, help here is really limited to general WP help –

    http://codex.wordpress.org/Forum_Welcome#Commercial_Products

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Theme Help (Gonzo – Theme Forest)’ is closed to new replies.