Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #260681
    Bme
    Participant

    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.com

    #260736
    Skandha
    Participant

    @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,
    Skandha

    #260836
    Bme
    Participant

    The 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!

    #260904
    Skandha
    Participant

    @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,
    Skandha

    #261180
    Bme
    Participant

    thanks, it worked!! 🙂

    #261305
    Skandha
    Participant

    @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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘change font size & hide widgets’ is closed to new replies.