New Landing How can we help? Themeforest Theme Support Uplift Can I add icons / images to filters (in the navigation)

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Uplift
  • #321469
    Silentrob
    Member
    Post count: 24

    I’m trying to add icons on top of the filter items, but I can’t seem to do it. Could you point me in the right direction?

    For example, can you add a dummy-tomato icon above appetizer?
    background: url(http://www.stoffels-tomaten.be/wp-content/uploads/2016/01/icon-taste.png) !important;

    Attachments:
    You must be logged in to view attached files.
    #321539
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    I think it’s possible with this css. Add it to the custom css option.

    This is the example to the appetizer

    .post-filter-tabs .appetizer {
        background-image: url(http://www.stoffels-tomaten.be/wp-content/uploads/2016/01/icon-taste.png)!important;
        padding-top: 60px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    Hope it helps.

    -Rui

    #324290
    Silentrob
    Member
    Post count: 24

    resolved, great help !

    #324294
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem. Glad I could help.

    -Rui

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.