[Support request] Add icon in widget list just like GP site

Home Forums Support [Support request] Add icon in widget list just like GP site

Home Forums Support Add icon in widget list just like GP site

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1611100
    pedro paulo

    Hi Folks,

    How can I add icons in sidebar widget list just like GP site (page blank icon)?

    #1611262
    David
    Staff
    Customer Support

    Hi there,

    GP uses some Custom CSS for that – can you share a link to your site where i can see the lists and let me know which list you want to display an icon beside.

    #1611285
    pedro paulo

    Hi David,

    The site is: https://tecnicasdecobranca.com.br/

    I would like to display in “categories” and “related posts” widget at right sidebar.

    #1611313
    David
    Staff
    Customer Support

    I am not seeing the Related Posts widget in the sidebar?

    This CSS will add an icon to the Categories list:

    .widget_categories ul li::before {
        content: "";
        background-image: url(url_to_your_icon_image);
        width: 15px;
        height: 17px;
        background-size: 15px 17px;
        display: inline-block;
        margin-right: 10px;
        opacity: .5;
        position: relative;
        bottom: -2px;
    }

    You will need to upload your own icon image, and add the URL to where it says: url_to_your_icon_image

    Once i can see the Related posts widget i can update the CSS to include that.

    #1611346
    pedro paulo

    Great! That’s why I am a huge fan of you, guys! Worked perfect!!

    #1611457
    David
    Staff
    Customer Support

    You’re welcome

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.