Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #2173116
[Footer] Hide icon
Closed

Comments

  • alecoelhomartin started the conversation

    I used the Custom Recent Posts widget and we will not use highlighted image and would like to hide the icon that appears next to the post title.

    How to make?

  •  7,092
    Oliver replied

    HI!

    pls. use following css:

    .footer-widget-area .gem-pp-posts-image {
        display: none;
    }
    .footer-widget-area .gem-pp-posts-date {
        padding-left: 0;
    }
    .footer-widget-area .gem-pp-posts-item {
        margin-left: 0;
    }

     

    6707465710.png

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • alecoelhomartin replied

    Thanks it worked!

  •  7,092
    Oliver replied

    You're welcome!

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver