How to make Hidden Columns Visible ?

Posted in: Newspaper
Post count: 20

Hello Support Team,

I have 3 columns row. I have make first column hidden before now I want to make it visible but not showing me how to make it visible.

Please checked screenshot https://prnt.sc/10jkfno.

Thanks

Post count: 20

Hello,

I have make it that element hidden.

I have also try with css with display:block !important. But its not showing in admin.

Thanks

Post count: 27744

Hello,

First, please check this video and try to do the same if you don’t set hidden on the all viewports -> https://we.tl/t-74NqjIavZH
If this not work, please try this code

.td-pb-row [class*="td-pb-span"]{
display: block!important;
}

Set the code here => https://prnt.sc/10joxpy after you resolve the problem you can comment on the code.
Hope this helps you!

Thank you!

Post count: 181

Anamaria; I checked one of the columns (Display=Hide) now I can’t find a way to change it to SHOW? Where is it?

Post count: 35449

Hi fatih-2, unfortunately, there is no option to check and see the hide elements, usually those are hide per port view https://i.imgur.com/U00YXnx.png if you do not hide it on all of theme, then select one where this is display select it and after that change the view port where it is hide.
Another solution it is to add a custom css like this one: -> https://i.imgur.com/obrxzMW.jpg -> https://i.imgur.com/C0g3rtv.jpg
The code is the one provided by Anamaria.
If you do not did like this, please let us know the steps you did.
Thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.