Home>Support>How to remove elements on footer widgets

How to remove elements on footer widgets

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;
}

URL: http://caletre.fr/expertisecomptable/

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 19 days ago jehannehya

    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

  2. 9 years, 19 days ago jehannehya

    Sorry, the second problem i mean

  3. 9 years, 18 days ago jehannehya

    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 !

  4. 9 years, 18 days ago Andrew Misplon
    Hi, I Work Here

    Hi Jehannehya

    If you put the Post Loop widget back in the footer we can try assist with the challenges you’ve outlined.

  5. 9 years, 18 days ago Andrew Misplon
    Hi, I Work Here

    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;
    }
    
  6. 9 years, 18 days ago jehannehya

    Perfect, as usual !

    Thanks

  7. 9 years, 18 days ago Andrew Misplon
    Hi, I Work Here

    For sure :)

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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More