Jump to content

Hide SuperShow widget title


Recommended Posts

You're concentrating on the specific element alone - the 'h3'

Look further above it - it has a 'div' parent, which in turn has an 'li' parent...and that 'li' has something unique about it:

data-blocktitle="YouTube Feed Widget"

So target that element instead, with the added 'h3' below it. So try this...

li[data-blocktitle="YouTube Feed Widget"] h3.ipsWidget_title{
	display:none;
}

 

 

Edited by Nathan Explosion
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...