• Resolved talharing

    (@talharing)


    Hey,

    This is my WIP site:
    http://www.readscripts.online/

    I had changed the menu to horizontal and attached my own created Menu to it. The menu only appears when i select “side” but completely disappears when I select “horizontal” (as you can see in my site).
    Can you please help me fix this?
    Also, how do I choose the color of the header text (site name)?
    And how do I add a logo next to the header text?

    Thx!

    Tal.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi,

    Please see screenshot. http://prntscr.com/8iooy4
    Is your menu setting same as mine?

    As for uploading a logo. You can go to WordPress Admin -> Appearance -> Customize -> Global Settings -> Logo and Favicon

    If I am not wrong, The theme allows either logo or title.
    Not both. I suggest you use an image editor program to combine your site title to logo.

    Thanks!

    Thread Starter talharing

    (@talharing)

    Hey Denzel, thanks for getting back to me!

    Yes, I have it the same settings as you showed:
    http://tinypic.com/r/ekgtba/8

    What should I do now? I don’t understand the error or what conflicts with it! 🙁

    Thx

    Hi,

    Sorry, I just started using this theme and is not familiar with the settings or possible conflict.

    But your menu shows up when I use the following codes.

    .nav-collapse.collapse{
    display:block !important;
    }

    Please see screenshot. http://prntscr.com/8ipoqx

    Please try adding the above codes in your Appearance -> Customize -> Advanced Options -> Custom CSS:

    Hope this helps.

    Thanks!

    Thread Starter talharing

    (@talharing)

    Cool, you’re awesome, that worked!
    I wonder why I needed to add that to make it work if it’s such a basic theme option…?
    Other questions, if you know:

    1. How do I make the font size of the menu bigger?
    2. How do I add a space on the left, before the text of the site title? Or Should I upload an image with that space in it like you said before?

    Thx!!!

    Hi,

    The following code will increase your menu item font size.
    You can experiment with the number 20px.

    #menu-menu-3 li a {
        font-size: 20px !important;
    }

    The following code will move your site title 20px away from the left.
    You can experiment with the number 20px.

    .site-title {
        left: 20px !important;
        position: relative;
    }

    Please try adding the above codes in your Appearance -> Customize -> Advanced Options -> Custom CSS
    Hope this helps.

    Thanks!

    Thread Starter talharing

    (@talharing)

    Thank you Denzel, you’re as wonderful as ever! 🙂 🙂

    You are welcomed! Thanks!

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

The topic ‘Horizontal Menu Not Showing’ is closed to new replies.