Block 18 lost title?

Posted in: Newspaper
Post count: 9

Hi,

Suddenly, block 18 lost the “Title” over the image.

I am sure is related to CSS but cannot figure out what happened.

Could you please help me restore the title?

Here is a sample of Block 18 with a single random post http://www.cocinayvino.com/test-mod-18/

Many thanks,

-R

Post count: 20685

Hi,

It seems that the whole module meta info containing the title has a display none property, you can fix it by entering this code in Theme panel->Custom Css

.td-module-meta-info {
display: block!important;
}

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.