- This topic has 10 replies, 2 voices, and was last updated 3 years, 7 months ago by
Leo.
-
AuthorPosts
-
September 29, 2018 at 5:57 pm #689664
David
Hi Tom and team,
I just have a couple of questions about my mobile menu.
Please see image.
I’m hoping they are easy fixes.
Thanks for any help you may be able to provide.
Cheers,
David
GeneratePress 2.1.4September 29, 2018 at 6:23 pm #689678Leo
StaffCustomer SupportHi David,
– For widget title, edit this existing CSS:
.slideout-navigation .widget-title { text-align: center; color: #fff; font-size: 16px; background: #11a5bf; margin: 5px; padding: 5px; border-top: 1px solid #0f96aa; border-bottom: 1px solid #13cad3; }
to this:
.slideout-navigation .widget-title { text-align: center; color: #fff; font-size: 16px; background: #11a5bf; margin: 0 -20px; padding: 5px; border-top: 1px solid #0f96aa; border-bottom: 1px solid #13cad3; }
– For uppercase items, try:
#nav_menu-5 li a { text-transform: uppercase; }
Let me know π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/September 29, 2018 at 7:10 pm #689697David
Hi Leo,
The CSS with 0 -20px worked wonderfully, thank you!
The uppercase part didn’t seem to take unfortunately.
September 29, 2018 at 7:31 pm #689709Leo
StaffCustomer SupportI’m not seeing the second block of CSS being added.
Can you double check?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/September 29, 2018 at 7:56 pm #689716David
Ah, it does work… I actually wanted the opposite of what I said (I feel silly looking back at my image). I wanted pages capitalized not categories. So sorry!
September 29, 2018 at 8:02 pm #689720Leo
StaffCustomer SupportEdited the CSS above:
https://generatepress.com/forums/topic/mobile-menu-a-couple-of-questions/#post-689678Let me know π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/September 29, 2018 at 8:07 pm #689726David
That’s so great. Thank you Leo for the help; I’m grateful for your time and assistance. π
September 30, 2018 at 8:14 am #690010Leo
StaffCustomer SupportNo problem π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/October 7, 2018 at 11:31 am #695591David
Hi again Leo,
If it isn’t too late for this thread, is there anyway to accomplish what’s in this image as well?
The highlight that I’ve circled occurs when you place your finger on the selection and/or make the selection.
I attempted to tinker and do it myself but doesn’t seem to work (btw, there is no rush to answer this if there are more pertinent questions from other people who are waiting for help).
Thanks π
October 7, 2018 at 5:07 pm #695707David
I do believe I figured it out!
π
October 7, 2018 at 5:23 pm #695709Leo
StaffCustomer SupportGlad you figured out π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/ -
AuthorPosts
- You must be logged in to reply to this topic.