You could use a CSS code:
#wmc_widget-2 h2 {
display: none;
}
hi robert
thanks for the response
it’s not working, the widget title is still there
any other suggestions?
hi all
thanks to robertsaternus, now i know it only needs css
the right code is
‘#wmc_widget-11 h3 {
display: none !important;’
}
Awesome!!!
Issue::: Not working (initially) #wmc_widget-11
just need to find the reference of the widget ???? 11
Mine was 4 (using F12 on Chrome).. so I had to change the 11 to 4 and it worked!!!
#wmc_widget-4 h3 {
display: none !important;
}