Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1277118

    Hi! I am using iconboxes in my website and I’ve tried this code to hide icons:
    .main_color.iconbox_top .iconbox_icon { display: none; }
    It works perfectly to hide icon in all the icon boxes, but I would like to hide the icon only on one of them. How can I make it work with an “id”?

    Thanks

    #1277156

    Hi valeriazanettiv,

    Can you give us the link to the page? you can post it privately in private content (below).
    Also tell us which icon or maybe provide a screenshot and we’ll give you the CSS code to target it.

    Best regards,
    Nikko

    #1277164

    Thank you, I send you privately the website link and staging credentials.
    The iconboxes I would like to modify are the Three in Homepage, named “ARTICOLI”, “RICETTE” and “UN REGALO PER TE”

    Thanks a lot!

    #1277309

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    .home #av-layout-grid-1 .iconbox_icon {
      display: none;
    }

    Best regards,
    Rikard

    #1277379

    Thank you! It works perfectly!

    #1277402

    Hi valeriazanettiv,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How to hide icon in one icon box’ is closed to new replies.