This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

How to remove elements on footer widgets

Resolved 7 replies premiumthemetheme-vantage
10 years ago · Last reply by Andrew Misplon 10 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

7
  1. jehannehya 10 years, 10 months ago

    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. jehannehya 10 years, 10 months ago

    Sorry, the second problem i mean

  3. jehannehya 10 years, 10 months ago

    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. Andrew Misplon Staff 10 years, 10 months ago

    Hi Jehannehya

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

  5. Andrew Misplon Staff 10 years, 10 months ago

    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. jehannehya 10 years, 10 months ago

    Perfect, as usual !

    Thanks

  7. Andrew Misplon Staff 10 years, 10 months ago

    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.

Have a different question or issue?

Start New Thread