Archived topic
Text in header widget not showing up on mobile site
1 reply · Started by Julie on January 10, 2023
Hi there!
I have inserted a heading in the header widget. While it is showing up on the desktop, it is not showing up on the mobile version. Is there a way I can change the settings so the heading in the header widget is showing up on all platforms? Thanks!
Julie
Hi Julie,
You can add the text as well through a Block Element - Hook. Hook it to after_header.
Add hide-on-desktop to the class list of your Text Block.
Adding Custom Classes: https://wordpress.com/support/wordpress-editor/adding-additional-css-classes-to-blocks/
This should make your text appear on all platforms.