Header Left Navigation

Home Forums Jevelin Theme Header Left Navigation

Home Forums Jevelin Theme Header Left Navigation

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
  • Tayoh
    Participant

    Hello,

    The text of navigation on the header left is right aligned. Please see attached.

    Kindly advise how to make them left aligned.

    Tayoh
    Participant

    I have attached a screenshot.

    The website url is http://hadassahdesigns.com/unth/

    I sent login details earlier.

    Also the setting to change the dropdown (under headers) doesn’t work. Kindly help.

    Thanks

    Attachments:
    You must be logged in to view attached files.

    Hi @Tayoh,

     

    I hope you are well today and thank you for your question.

     

    You can align it to left by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-header-builder-main-navigation .sh-nav > li.menu-item {
        text-align: left;
    }

     

    Best regards,
    Shufflehound team

    Tayoh
    Participant

    Thanks. It worked perfectly.

    What about the option for changing drop down color. The setting is not working.

    Kindly help. The color is currently set to black and i need to change it.

    You can change the menu dropdown background color using below CSS code.

     

    .sh-nav > .menu-item > .sub-menu {
        background: #000;
    }

     

    Also, you can try changing it using the Yellow Pencil editor as described in the below page.

     

    https://support.shufflehound.com/how-to-change-almost-any-element/

    Tayoh
    Participant

    Thanks this worked but the highlight beneath the navigation items still have the old color. See attachment

    Kindly help.

     

    The limitation i have with Yellowpencil is that the changes are not effected site-wide but just on the page the change was made on.

    Attachments:
    You must be logged in to view attached files.

    Tayoh
    Participant

    It appears that the megamenu doesn’t respond to the header setting. I have tried using the header template created as well as the theme setting but it doesn’t work.

     

    HELP!

    How have you created the mega menu?

     

    Have you tried changing the navigation color from the theme styling settings as shown in the attached screenshots?

     

    If you are making changes from the theme styling settings then you have to remove the custom CSS code that you have used to style navigation menu.

    Attachments:
    You must be logged in to view attached files.

    Tayoh
    Participant

    Yes i have created the mega menu.

    I have removed the custom code and i have edited it using the theme settings just like the screenshots you sent. See attached.

    It still doesn’t change.

    Kindly help look into it. I need a fix asap.

    Thank you

    Attachments:
    You must be logged in to view attached files.

    It is a dropdown menu so you should change the dropdown menu color as displayed in my above shared screenshot.

     

    Would you mind if I log in to your site and do quick troubleshooting? If this is ok then could you please temporarily create an admin user account and share me the account login details privately by adding them in the box having text “Enter your private content here (only you and forum moderators will be able to see it)”?

    Tayoh
    Participant

    I have done that. It doesn’t work.

    I have included the login in the private information area

    I logged into your website and removed some CSS code.

     

    It seems the color is working fine now as shown in the attached screenshot.

     

    Please advise.

    Attachments:
    You must be logged in to view attached files.

    Tayoh
    Participant

    The code you removed is what was solving my problem. I worked on it yesterday and wrote some css code that fixed it.

    The issue (which i have been saying since the beginning of this thread) is that I CAN’T SEEM TO CHANGE THE BACKGROUND COLOR OF THE MEGA MENU!!!!!!!

    The default black color that you set remains there no matter the settings at the back. And i attached numerous screenshots to show you that.

    The css code you provided initially changed the background color but the navigation links themselves also seem to have a black background of which there is no option to change.

    Even from the screenshot you just attached, the menu background color is set to green but what is displaying on the website is still black.

    This is so frustrating.

    Tayoh
    Participant

    I have fixed it myself. Nevermind

    Awesome great to see you got that fixed.

     

    Have a fantastic day!

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