-
AuthorPosts
-
February 22, 2017 at 7:54 pm #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!
February 22, 2017 at 7:59 pm #750630Hey 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 ShannonFebruary 22, 2017 at 8:01 pm #750634Sure, thanks :)
Keylines are the lines that separate the menu items, the black lines – I’d like to make them a light grey color.
February 22, 2017 at 8:08 pm #750642Hi,
I am being alerted that the password is incorrect
Best regards,
Jordan ShannonFebruary 22, 2017 at 9:21 pm #750676That is the correct password. Pasting it again…
February 22, 2017 at 9:46 pm #750691Hi,
I am still not able to get into the admin.
Best regards,
Jordan ShannonFebruary 22, 2017 at 9:51 pm #750695I changed the pw – see below.
February 22, 2017 at 11:56 pm #750745Hi,
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 ShannonFebruary 23, 2017 at 12:04 am #750747Odd – I don’t see that file.
February 23, 2017 at 12:11 am #750749Do 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?February 23, 2017 at 12:55 am #750760Hi,
I am getting some additional assistance on this at the moment.
Best regards,
Jordan ShannonFebruary 23, 2017 at 2:56 am #750781Please 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.
February 23, 2017 at 1:37 pm #750915Hi,
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,
VinayFebruary 28, 2017 at 1:57 am #752703Hi Vinay,
Thank you, that is working – can you also send the code for changing the font color & boldness?
Thanks again!March 1, 2017 at 6:50 am #753442Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.