This topic has 7 replies, 2 voices, and was last updated 8 years by sharmstr.

  • Author
  • #98756
     marie-soleil
    Participant

    Hi,

    I would like to use my own icon in the feature item (see image attached).

    Is there a way to do this? It seems I only have acces to a pre-selected icon list.

     

    Thanks!

    Attachments:
    You must be logged in to view attached files.
    #98930
     sharmstr
    Moderator

    Is your icon a font icon or an image?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #99116
     marie-soleil
    Participant

    an image

    #99117
     sharmstr
    Moderator

    You need to add custom css to the page that will change the icon to your image. In the example below, I’ve changed the bitcoin icon to an image on my server

    COPY CODE
    
    .icon-bitcoin:before {
        content: url('http://localhost:8080/kleo/wp-content/uploads/2015/12/Attractions.png');
    }
    

    You can find the name of the icon by right clicking on it and inspecting. Make sure you add the css to the page by clicking on the gear icon. If you add it in quick css or your child theme, it will apply the change site wide instead of on the page itself.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #99129
     marie-soleil
    Participant

    Ok, I done the test. But the result is not really nice. (See the attachement).
    Would it be the same approach if a use an icone?

    Thanks,
    Marie-Soleil

    Attachments:
    You must be logged in to view attached files.
    #99149
     sharmstr
    Moderator

    add this to the css to align it

    COPY CODE
    
    
        margin-left: -30px !important;
    
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #99831
     marie-soleil
    Participant

    It’s working, thanks a lot! 🙂

    #99832
     sharmstr
    Moderator

    You’re welcome.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

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

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?