Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #223100

    Hello,

    I’ve seen a previous topic similar but the code doesn’t work for my Icon List.
    I’d like to replace a normal icon with an image from icon list (Bubbles)
    The image will be automatically fitting the bubble shape (I’ll resize if necessary)
    Which code may i add ?

    in : help-social-media.php
    line 73 : $html .= ““;

    Kind Regards

    #223635

    Hey DigitalMedia!

    It wouldn’t added into the theme code. Instead you would be hiding the icon font icon with css and then add in your image as a background on that specific class.

    Without seeing the exact instance live I wouldn’t be able to give an accurate sample.

    Cheers!
    Devin

    #224543

    Thanks Devin, if you could help me with CSS.
    The URL is : http://www.digitalmedia.pro/pauldaniel/ on homepage section with icons :
    PREMIUM / SNACKING / MARIAGE / LA MAREE.
    I’d like to replace the grey icon with a round image.

    Please let me know.
    Regards

    #224548

    And i forgot to ask too but it’s easy trick, how to change color of the text menu first item? (no sub menu, just the title page menu header)

    #224768

    Hi!

    Can you please post a screenshot of what your trying to do? Do you want to change the grey background of the iconlist? You can set the image as background. Use this on Quick CSS:

    .alternate_color .avia-icon-list .iconlist_icon {
    background-color: #d0d0d0;
    background: #d0d0d0 url('IMAGE URL HERE') no-repeat;
    }

    Best regards,
    Ismael

    #224769

    Hey!

    Change the color of the menu using this:

    .header_color .main_menu ul:first-child > li > a {
    color: red;
    }

    This is for the active menu:

    .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a {
    color: blue;
    }

    Cheers!
    Ismael

    #228263

    I’d like to change grey color of the background & put an image such the testimonials but each icon a different background image. :)

    #228270

    What i did with testimonials for my list…
    http://www.digitalmedia.pro/pauldaniel/?page_id=3174

    I want to be able to do the same for Icon List please.

    #228299

    Hey!

    Please post the link to the page with the icon list. For further customization, please visit Werkpress.

    Cheers!
    Ismael

    #239512

    I gave you the link :
    I want change the “ICON LIST” from enfold simply changing ICONS by IMAGE.
    Is that clear for you?
    Thanks a lot for your support

    #240574

    Hi!

    The icon list and other icon elements (i.e. iconbox) don’t support images (that’s why we call them “icon” box/list). You can suggest new options/features here: https://kriesi.at/support/enfold-feature-requests/ and if more users request it we’ll look into it. If you’re in a hurry please hire a freelancer who can help you to implement this feature.

    Best regards,
    Peter

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