Tagged: font size, menu, mobile devices
- This topic has 5 replies, 2 voices, and was last updated 4 years, 1 month ago by Skandha.
-
AuthorPosts
-
September 28, 2020 at 3:22 pm #260681BmeParticipant
Hi there!
I’d like to know if there is a way to make the fonts bigger for the menu, but only for mobile devices.
Also… is it possible to hide or not show certain features (like a widget, o featured content) for mobile devices?
Thanks!!
My site is https://www.bajomilestrellas.comSeptember 28, 2020 at 11:09 pm #260736SkandhaParticipant@bme: Hello there,
TO increase the font size in mobile devices
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.#mobile-header-right-nav a { font-size: 20px; }
It is possible to hide widgets or any section in mobile devices. Let me know which section would you like to hide.
Let me know if this works out!
Kind Regards,
SkandhaSeptember 29, 2020 at 11:32 am #260836BmeParticipantThe widget that I want to exclude in mobile version is a text with a short code to show a map, located in the primary sidebar.
The feature that I want to hide in mobile version is the portfolio and/or the feature slider
Also… Is there a way to add some kind of title to the featured slider? The portfolio section has one, I’d like to put the same to the featured slider.
Thanks a lot!September 30, 2020 at 5:03 am #260904SkandhaParticipant@bme: Hello there,
To hide the
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.@media screen and (max-width: 990px) { #text-4 { display: none; } #feature-slider { display: none !important; } #portfolio { display: none; } }
I am afraid it is not possible to add a section title to the slider.
Let me know if this works out!
Kind Regards,
SkandhaOctober 2, 2020 at 1:23 pm #261180BmeParticipantthanks, it worked!! 🙂
October 3, 2020 at 11:00 pm #261305SkandhaParticipant@bme: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
https://wordpress.org/support/theme/parallax-frame/reviews/#new-post
Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂Kind Regards,
Skandha -
AuthorPosts
- The topic ‘change font size & hide widgets’ is closed to new replies.