
-
AuthorPosts
-
October 11, 2019 at 6:00 am #1147018
Hello,
I have to put a mailing address in the Icon List:
For example:
“location icon” 100 Haynes Bridge Rd,
City, State, Zip CodeHow to put the second line for address (City, State, Zip Code) in Icon List with no icon?
Thank you!
October 12, 2019 at 3:45 pm #1147411Hey gubano,
Could you please attach a mockup of what you’re trying to achieve?
Best regards,
VictoriaOctober 14, 2019 at 6:28 am #1147720Hi Victoria,
Thank you for your response! Please find the attached file per your request.
https://ibb.co/23HpPXFPlease 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!
October 14, 2019 at 1:03 pm #1147820Hi,
Thanks for the screenshot, could you post a link to where we can see the elements in question as well please?
Best regards,
RikardOctober 14, 2019 at 8:18 pm #1147899Please scroll down to the very bottom (Contact section)
Thank you!
October 15, 2019 at 1:59 pm #1148087Hi,
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,
RikardOctober 15, 2019 at 3:54 pm #1148119Hi Rikard,
Thank you for sending the code! It doesn’t work :(
The dot is still there. Any other ideas?Thank you for your help!
October 16, 2019 at 6:16 pm #1148562Please help
October 16, 2019 at 7:15 pm #1148578Hi 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,
VictoriaOctober 16, 2019 at 7:38 pm #1148596Hi 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!!!
October 16, 2019 at 8:31 pm #1148650Hi 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,
VictoriaOctober 16, 2019 at 8:45 pm #1148658Victoria,
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!
October 17, 2019 at 8:47 am #1148818 -
AuthorPosts
- You must be logged in to reply to this topic.