Plugin Author
anmari
(@anmari)
When you say “doesn’t seem to change the title size”. Most themes have css styling for widget classes which may still be affecting.
Specifying the title HTML tag to use only changes the HTML. You still have to look at what css is being applied and change css if necessary.
EG: http://test.icalevents.com/other-testing/do_widget-shortcode-demo/
scroll down to see the various examples title=false (works) and the title=h4 – looks same because the css for that theme makes it look same. If you do ‘inspect element’ on the the html, you will see that the html tag has been replaced.
as to why your title=false doesnt work – no idea – works on my site. maybe you didnt refresh the page/cache ? maybe it’s that widget ? try another.
Thanks. I’ve decided that for this page it is better for the title not to display at all, so I want to pursue trying to get the title=false to work. I tried using it on another widget and it works. So, I guess that means it is a problem with using this particular theme’s widget.
I am new to CSS, so do you have a suggestion on how I can start looking into what I need to do to get the title=false to work with this theme?
Thanks!
Plugin Author
anmari
(@anmari)
If the theme widget is forcing a title, then my plugin won’t be able to affect it – log it with theme developer.
Alternatively change the title to ‘space’ in the widgets area or add css display:none to hide it.
OK. I already tried changing the title to space, but my theme has a background color for the title so I still end up with a colored bar. I’ll see if I can figure out which ID to apply the CSS to. Thanks for your help.