Hi,
I probably have missed it but I spend so much time looking for this I really must ask: where is the setting to change the block title style?
To go from this:
http://demo.tagdiv.com/newspaper_magazine/
To this:
http://demo.tagdiv.com/newspaper/block-1/
In other words I would like to go from a title over a line to a title on a colored background that touches the underline.
I am pretty sure in there but can’t seem to find it anywhere. Thanks in advance.
Best,
Haroun
Hello WPMedia,
Please provide the link to your website so I can inspect it closer and also, so I will be able to provide a proper code in this regard. You can provide some useful screenshots so I can understand what you want to achieve.
Thanks for the message!
Hi Catalin,
I think I managed it already. It worked by doing the following:
In custum code > Custom CSS:
.td-magazine .block-title > span, .td-magazine .block-title > a, .td-magazine .block-title > label, .td-magazine .widgettitle {
padding-left: 0 !important;
background-color: transparent !important;
padding-bottom: 8px !important;
}
In custum code > CUSTOM BODY CLASS(S):
td-magazine
Is this the right way, or do you think there is a better option?
website is:
http://www.drenthemagazine.nl/
Cheers!
Hello WPMedia,
All of this code you should add in your Custom CSS area from Theme panel, like this -> http://screencast.com/t/EXOrvItt31
Thanks for your understanding!