Hi
basically I want to do as the title says. I hid some rows on all views using the hidden option in the css tab.The row then totally disappears from the TagDiv builder so you can’t see it to select it and make it visible again. Please tell me how you make hidden rows visible again.
Thanks
Hi,
With composer, this is possible only if you do not hide the from all devices
https://www.screencast.com/t/yavEE6Uj4vn.
https://www.screencast.com/t/xATftIa1
Select other devices, click on the row, go back to desktop and set it visible
If you want to display them all in the front page please add the below css in Newspaper>Theme panel>Custom code>Custom css
.tdc-content-wrap .vc_row {
display: block!important;
}
https://www.screencast.com/t/efGu1DBA3Ek7
https://www.screencast.com/t/9TFPGJH5Y
The first solution is the best.
Hope this will help you.