How to hide this text (https://prnt.sc/h4z0j3) on the mobile device. Here I am using text with title widgets.
Hi Arafat,
Here is talking about a block title. So, if you want to hide it only for mobile devices, you should add a custom class for it and then, with a bit of CSS code you can target to hide it only for mobile devices, like this ->
The code is ->
.custom_class .block-title {
display:none!important;
}
The result is here -> https://www.screencast.com/t/c12ulJFmUt1d
Thanks for the message!
Hi,
Did you add a custom class to the block?
Please add a custom class like so: https://www.screencast.com/t/h58mRldXrNAv
Then you can add the code mentioned above in the theme panel under advanced css and place it in the mobile section.
Thank you!
Yes, I add custom_class (https://prnt.sc/h5m35g), But it’s not working. Also check this: https://prnt.sc/h5m25c