Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #307141

    Hey again!

    Is there anyway to change the icons in the icon boxes to my own images? If you look at my homepage (private link) you will see 3 icon boxes under the slider image. I want to change those icons to my own images if possible.

    Thanks!

    #307156

    Hi!

    Putting raw images (png, jpg) there is not possible without deeply modifying the theme files. Instead, i’d suggest converting your custom graphics to icon fonts, you can use Fontello to do that (compound-path SVG file). Once you done that follow this guide on how to implement them on Enfold.

    Best regards,
    Josue

    #332363

    Hi

    Is it possible to replace the icons with words? I tried to convert a word (svg file) to an icon fonts, It didn’t work because it has to be one line. So is there another opportunity to fill in words instead of icons in the enfold theme? Thx for answering.

    Best regards, Diana

    #332667

    Hey Diana!

    You could set a custom class (custom_abc) to those icon boxes and then add this to Quick CSS:

    .custom_abc [data-av_icon]:before{
        content: "ABC"; /* Define text here */
        font-family: sans-serif;
        font-size: 14px;
    }

    Repeat and modify as needed.

    Best regards,
    Josue

    #592437

    I know the video guide was published a long time ago but where can I find the IconBox Manager now?

    #592454

    Hey!

    Theme Options > Import/Export.

    Cheers!
    Josue

    #732879

    Im trying to do this as well, I enabled classes, gave the Icon box the class of iconBox1 and added this css code into quick css. Can’t get anything to show. Any ideas? Website link below.

    .iconBox1 [data-av_icon]:before {
       content: "car 1225 "!important;
    }
    #734409

    Hi,

    The element you are targeting doesn’t seem to exist, can you create another thread, then put a link back to this thread and give us a temporary admin access. Post the details in “private content” so only moderators and thread creator can view.

    Best regards,
    Nikko

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