Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hi,
i would like to remove a link on title of a “post-loop article widget” in the footer widgets,
And i i would like to hide the line “posted in…” , I try with this :
#footer-widgets .categories{
display: none;
}
Re,
notice that i found the solution for the first problem :
#footer-widgets .entry-categories{ display: none; }But always in trouble with the link, i don’t know how to remove it without overwrite the PHP
thanks
Sorry, the second problem i mean
Always in trouble with this issues :
How can I remove the Link of the titles (“Actus”) from the loop-articles on the footer.
Thanks for your helps !
Hi Jehannehya
If you put the Post Loop widget back in the footer we can try assist with the challenges you’ve outlined.
Ahh sorry, I see it’s there.
I would say:
.site-footer .widget_siteorigin-panels-postloop h1.entry-title a { pointer-events: none; } .site-footer .widget_siteorigin-panels-postloop .entry-meta { display: none; }Perfect, as usual !
Thanks
For sure :)