Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1147018

    Hello,
    I have to put a mailing address in the Icon List:
    For example:
    “location icon” 100 Haynes Bridge Rd,
    City, State, Zip Code

    How to put the second line for address (City, State, Zip Code) in Icon List with no icon?

    Thank you!

    #1147411

    Hey gubano,

    Could you please attach a mockup of what you’re trying to achieve?

    Best regards,
    Victoria

    #1147720

    Hi Victoria,
    Thank you for your response! Please find the attached file per your request.
    https://ibb.co/23HpPXF

    Please advise how to remove the “dot” before City, State, and Zip Code.
    Is there an option to disable this icon on this particular line?

    Thank you!

    #1147820

    Hi,

    Thanks for the screenshot, could you post a link to where we can see the elements in question as well please?

    Best regards,
    Rikard

    #1147899

    Please scroll down to the very bottom (Contact section)

    Thank you!

    #1148087

    Hi,

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

    .home #av_section_3 .avia-icon-list-container .iconlist_icon:nth-child(2) {
      display:none !important;
    }

    Best regards,
    Rikard

    #1148119

    Hi Rikard,

    Thank you for sending the code! It doesn’t work :(
    The dot is still there. Any other ideas?

    Thank you for your help!

    #1148562

    Please help

    #1148578

    Hi gubano,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .avia-icon-list-container li:nth-child(2n) .iconlist_icon {
      display:none !important;
    }
    #top .avia-icon-list-container li:nth-child(2n) {
      padding-left: 30px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1148596

    Hi Victoria,

    Thank you, the code worked out! But now the phone icon disappeared… Please advise how to “return it back” in the icon list.

    Thank you!!!

    #1148650

    Hi gubano,

    Oh :)

    Try it like this:

    
    
    #top .avia-icon-list-container li:nth-child(2) .iconlist_icon {
      display:none !important;
    }
    #top .avia-icon-list-container li:nth-child(2) {
      padding-left: 30px;
    }
    

    Best regards,
    Victoria

    #1148658

    Victoria,

    Thank you so much! It looks great now :)
    Could you please navigate me how to add this Icon List to a text widget in the footer?

    Thank you for all you do!

    #1148818

    Hi,

    What exactly are you looking to add to a widget? Is this the same question as you asked in your other thread? If so then please stick to that thread from now on.

    Best regards,
    Rikard

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