Adding icons or using different images

  • Posted in : cvCard WP
  • Coguelin
    Participant

    Another question :

    Is there a straightforward way to add more / different icons to use?

    If not, is there a way that I could use images instead?

    Thanks

    R.

    Mehmet S.
    Keymaster

    Hi, check out the Customization > Icons section in the theme documentation for complete set of icons.

    Thanks

    Coguelin
    Participant

    Hi,

    Thanks, but that’s not what I meant :

    How can I add some custom icons of my own?

    R.

    ahmetsali
    Keymaster

    Hi, do you want to add a custom social icon, you can check out this link;

    http://www.pixelwars.org/forums/topic/social-icon/

    otherwise you can add any icons using Custom CSS/External CSS fields in Theme Options > Style tab.

    Coguelin
    Participant

    Hi Ahmet,
    Thanks for your help.

    I’m actually looking to replace some icons to use for my section headers.

    I’m having trouble finding any docs on how to add custom icons using Custom/External CSS, do you happen to know where I can find any documentation on how to do that?

    Thanks again,
    R.

    ahmetsali
    Keymaster

    you can start with a custom css code like this;

    .section-title i:before {
        content: "";
        width: 40px; 
        height: 40px;
        background-image: url(https://cdn4.iconfinder.com/data/icons/48-bubbles/48/41.Trophy-128.png);
        display: block !important;
        background-size: 26px 26px;
        background-repeat: no-repeat;
        background-position: center center;
    }
    
Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register