Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #331482

    Hi guys,
    at one point (https://www.herzberg-legal.com/about/bio-track-record/) I use the icons to link on LinkedIn and XING. The icons have “textdecoration:underline”. I do not want this. And I do not find the CSS selector to disable it.

    Note: I have changed the links in the content. The text links have to keep “text-decoration:underline”.

    Please help me. Thank you.

    Best regards.
    Ulrich

    #331662

    Hi adwordsfriends!

    Please add following code to Quick CSS

    #top .main_color .av-no-color.av-icon-style-border a.av-icon-char {
    text-decoration: none!important;
    }

    Cheers!
    Yigit

    #331896

    Thanks Yigit,
    it is very tricky. I have already tried a lot. However, I have inserted the code, but it does not work.
    Can it be that this line collides to other entries in the Quick CSS?
    This is also the Quick CSS:

    .header_color .phone-info span a{color: #45546e;text-decoration: underline;}
    #menu-item-3568{border-right-width: 1px;border-color:#45546E;}
    .special-heading-inner-border {display: none;}
    .phone-info span {font-family: open sans;}
    .sub_menu {font-family: open sans;}
    .main_menu {font-family: open sans;}
    div .widget_nav_menu {font-family: open sans;}
    #header_main {background-color: #FFFFFF;}
    #header_main_alternate {background-color: #FFFFFF;}
    .main_color a, .main_color .widget_first, .main_color b a, .main_color strong a, .main_color #js_sort_items a:hover, .main_color #js_sort_items a.active_sort, .main_color .av-sort-by-term a.active_sort, .main_color .taglist a.activeFilter, .main_color #commentform .required#top .main_color .av-no-color.av-icon-style-border a.av-icon-char {text-decoration: underline;}
    .main_color a.av-icon-char, .main_color b a.av-icon-char, .main_color strong a.av-icon-char {text-decoration: none !important;}
    .widget_nav_menu .nested_nav a {text-decoration: none;}
    .ls-l {font-family: open sans;}
    #top .main_color .av-no-color.av-icon-style-border a.av-icon-char {text-decoration: none!important;}

    Greetings. Ulrich

    #332111

    Hi!

    Please add the code at the very bottom:

    .av_font_icon.av-icon-style-border .av-icon-char, #top .main_color .av-no-color.av-icon-style-border a.av-icon-char, #top .main_color .av-no-color.av-icon-style-border a.av-icon-char {
    text-decoration: none !important;
    }

    Cheers!
    Ismael

    #332244

    Hi!
    Thank you again. But I do not understand it. It does not.
    I´ve inserted the code. In the live environment (https://www.herzberg-legal.com/fr/presentation/cv-references/) it does not work. Therefore, I have copied the change in the production environment. Here it works (URL in the next private reply).

    Where is the difference? The current code in the Quick CSS by both versions (Live and staging):

     .header_color .phone-info span a{color: #45546e;text-decoration: underline;}
    #menu-item-3568{border-right-width: 1px;border-color:#45546E;}
    .special-heading-inner-border {display: none;}
    .phone-info span {font-family: open sans;}
    .sub_menu {font-family: open sans;}
    .main_menu {font-family: open sans;}
    div .widget_nav_menu {font-family: open sans;}
    #header_main {background-color: #FFFFFF;}
    #header_main_alternate {background-color: #FFFFFF;}
    .main_color a, .main_color .widget_first, .main_color b a, .main_color strong a, .main_color #js_sort_items a:hover, .main_color #js_sort_items a.active_sort, .main_color .av-sort-by-term a.active_sort, .main_color .taglist a.activeFilter, .main_color #commentform .required, #top .main_color .av-no-color.av-icon-style-border a.av-icon-char {text-decoration: underline;}
    .widget_nav_menu .nested_nav a {text-decoration: none;}
    .ls-l {font-family: open sans;}
    /* WP lightbox fix for visual builder */
    #TB_overlay {z-index: 99999998 !important;}
    #TB_window {z-index: 99999999 !important;}
    .av_font_icon.av-icon-style-border .av-icon-char, #top .main_color .av-no-color.av-icon-style-border a.av-icon-char, #top .main_color .av-no-color.av-icon-style-border a.av-icon-char {text-decoration: none !important;}

    I have tried so many versions of CSS selectors until now. I can not find a solution. You perhaps?

    Greetings. Ulrich

    #332247
    This reply has been marked as private.
    #332480

    Hi!

    Do you mind creating a temporary admin login and posting it here privately?

    Regards,
    Yigit

    #332594
    This reply has been marked as private.
    #332930

    Hey!

    The login credentials are not working. Please check. This css should fix the icon on this page http://hlml.boomberlin.de/about/bio-track-record/:

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

    Cheers!
    Ismael

    #333046
    This reply has been marked as private.
    #333641

    Hey!

    You didn’t add the code I gave you. Anyway, it works. Please check: http://hlml.boomberlin.de/about/bio-track-record/

    Regards,
    Ismael

    #382039

    Hi Ismael,

    I am by chance on the page. Sorry I have not replied.
    The matter has obviously done by a theme update. ;-)

    Thank You.
    Best regards.

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Social Media Icons with textdecoration:underline’ is closed to new replies.