Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #750627

    Hi – I’m loving this theme & the site looks great!

    One thing… I’d like to customize the background on the mobile menu to make it transparent as well as change the color of the keylines that separate the menu items. How can I do this?

    Thanks!

    #750630

    Hey leesalu,

    Can you please privately provide your login information so that I can look into this further? Also, I am not sure what you mean by keylines.

    Best regards,
    Jordan Shannon

    #750634

    Sure, thanks :)

    Keylines are the lines that separate the menu items, the black lines – I’d like to make them a light grey color.

    #750642

    Hi,

    I am being alerted that the password is incorrect

    Best regards,
    Jordan Shannon

    #750676

    That is the correct password. Pasting it again…

    #750691

    Hi,

    I am still not able to get into the admin.
    Best regards,
    Jordan Shannon

    #750695

    I changed the pw – see below.

    #750745

    Hi,

    This login worked, but I can’t seem to apply css to the account. Are you able to access the custom.css file in the root files?

    Best regards,
    Jordan Shannon

    #750747

    Odd – I don’t see that file.

    #750749

    Do you think it may have gone missing?
    I found it on my desktop site backup… is the style.css file also missing? Shortcode.css is also in the backup but I didn’t see it in the site root.
    Maybe this is the issue?

    #750760

    Hi,

    I am getting some additional assistance on this at the moment.

    Best regards,
    Jordan Shannon

    #750781

    Please disregard my earlier message about the desktop backup. I found the files on the site. So they’re definitely not missing. Sorry about the confusion.

    I still need to edit the mobile menu, however! :) thanks.

    • This reply was modified 7 years, 8 months ago by leesalu.
    #750915

    Hi,

    We have added the below code in Quick CSS. Please feel free to change the color value to suit your design in the below code.

    /* Mobile menu background color */
    .show_mobile_menu #mobile-advanced {
        background: gold!important;
    }
    /* Mobile menu item border color*/
    #mobile-advanced a {
    	border-color: #FFF!important;
    }

    You may not see the changes until the cached files are cleared in your browser.

    Please try to hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload” and review the site again.

    Best regards,
    Vinay

    #752703

    Hi Vinay,
    Thank you, that is working – can you also send the code for changing the font color & boldness?
    Thanks again!

    #753442

    Hi,

    You are most welcome ;)
    To change the font color and weight please use the below css

    #mobile-advanced a {
    	color: gold!important;
    	font-weight:600;
    }

    Best regards,
    Vinay

Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.