Skip to main content

Does anyone know if there is CSS to hide the boxes that automatically form around the HTML widget when you add it it pages?

The part in the red circle

Thanks!!

Think you mean the drop shadow on them? 

Broadly it is:

.wrapper-shadow {
box-shadow: none;
}

You can make it widget or page specific by adding 

#doc-page-enumber] or #doc-widget-tnumber] in front of the .wrapper-shadow above.

I know you have this triggered on a profile on Fark.Tools too, that is my preferred method :)


@Bfarkas this is what I was talking about in our message


This question and answer just made my day…  Thank you @KyleRBennett and @Bfarkas 


Reply