Hidden Element

Posted in: Newspaper
Post count: 3

Hi,
I set “Display:Hidden” for the element (tagdiv composer) then it disappeared from tagdiv page builder.
How do I get it back? (I inspect that element on frontpage it shows “Display:none!important”)

Post count: 35449

Hi,

If you have hidden it on all devices then it won’t appear anywhere. Open the CSS section in the composer and enter this code in it – https://prnt.sc/pqi1z7 the row should then be visible so you can interact with it. Then you can remove the code, after you make it visible on at least one viewport

.td-pb-row.vc_row {
display:block!important;
}

Thanks

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