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

    Hello,

    in sidebar widget I am using the small icon list WITH link to icon and title, but somehow it is broken: The title always moves to next line. But when I add a small icon list WITHOUT links to icon and title, it looks okay. Please see link to screenshot and login data in private content box (website still in maintenance mode).

    Really do hope you can help. Thank you for your help in advance.

    Cheers
    Sophie

    #843143

    Hey Sophie,

    You can enable debugging mode to see shortcodes you have created in pages using Advanced Layout Builder – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    Or, You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
    then you can create any of them and copy/paste shortcode into any other content element or into text widget.

    If that too does not help, please create a testing page so we can see the issue.

    Best regards,
    Yigit

    #843443

    Hey Yigit,

    thank you for your fast response. Yes, that’s what I did: In a clean page I used Default Editor, clicked on Magic Wand with list of shortcodes, chose icon list, filled it as per my needs and copied the code for adding into sidebar text widget on front page. But that does not work.

    Please see link to screenshot how it currently looks like in private content box – can you help and tell what is going wrong there? Login data in private content box as well (website still in maintenance mode).

    Thanks so much in advance, Yigit!

    Have a great day!
    Sophie

    #844822

    Hi Sophie,

    Sorry for the late reply!
    I added following code to bottom of Quick CSS field in Enfold theme options > General Styling

    .widget .avia-icon-list br {
        display: none;
    }
    .widget .avia-icon-list a {
        color: inherit;
    }

    Please review your website :)

    Best regards,
    Yigit

    #845288

    Hi Yigit,

    you are the best :-) . That’s awesome! Thank you so much! Just one thing: How can make the links in the list not underlined upon hover? Is this possible? Would be great :-) !

    Kind regards
    Sophie

    #845317

    Hi Sophie,

    Please add following code to bottom of Quick CSS field as well

    .widget .avia-icon-list a {
        text-decoration: none!important;
    }

    Best regards,
    Yigit

    #846356

    Hi Yigit,

    great, that works :-) ! Thank you so much. Just one last thing or ought I open new thread? For changing the hover color simultaneously, I used this code:

    .avia-icon-list li:hover .iconlist_title, .avia-icon-list li:hover .iconlist_icon {
        color: red !important;
    }

    But that does only work for the icon, not for the title. Can you tell? If it needs new thread, I will start one of course.

    Have a great day!

    Kind regards
    Sophie

    #847006

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .widget .avia-icon-list a:hover {
        color: red!important;
    }
    

    Best regards,
    Yigit

    #847818

    That is exactly what I wanted to achieve :-) ! Thanks so much, Yigit! Your support is awesome!

    #847975

    Hi,

    Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #848295

    Hi Rikard,

    please kindly close this topic. Thanks a lot again :-) !

    Kind regards
    Sophie

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Small icon list in sidebar widget’ is closed to new replies.