Featured posts in page builder not displaying correctly
I have ‘featured posts’ set up on a ‘page builder’ built page. There is several widgetised areas with different criteria for each ‘featured posts’ area.
In some (at the top of the page) the title of the posts is not showing up – even though i have set it to. In others (at the bottom of the page) the posts are just not showing up at all.
see page – https://wayahead.org.au/mindreader/ (scroll to bottom)
All of these have worked in the past
Thanks in advance for any help
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi WayAhead,
This is happening due to the following CSS you’ve added to WP AdminAppearanceCustom CSS:
.page-id-6168 .entry-title {display: none;}Ah ok! thanks.. tho any advice on keeping the top heading hidden without effecting the the others??
Hi WayAhead
I would use:
.page-id-6168 .content > .entry-header .entry-title { display: none; }You might also need to install the SiteOrigin CSS Editor.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.