Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #345814

    Hallo!

    Leider ist auf der Homepage die Formatierung der Links falsch. Statt in der eingestellten Farbe werden die Links dort schwarz unterstrichen dargestellt. Bitte um Hilfe.

    Besten Gruß.

    #346140
    This reply has been marked as private.
    #346565

    Hi!

    Thank you for using Enfold,

    Please use this on Quick CSS or custom.css:

    .main_color a, .main_color .widget_first, .main_color strong, .main_color b, .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 .special_amp, .main_color .taglist a.activeFilter, .main_color #commentform .required, #top .main_color .av-no-color.av-icon-style-border a.av-icon-char {
    color: #c3512f !important;
    }

    Regards,
    Ismael

    #346616

    Hey Ismael,

    Thanks a bunch. Strangely enough, now all bold text is in that color and the links do have the color too, but they’re still underlined. You can check the supposed behavior on any of the other pages. I’ve also tried and removed all other Quick CSS formatting, but the problem still persisted.

    While we’re at it: is there a way to change the font weight of the bold type? I would like to draw attention to the bold parts and especially have the meta benefits, but right now bold just seems too much.

    Thanks again!

    Alexander

    #346625

    Hey!

    Add this to Quick CSS:

    #top .av_inherit_color a {
    text-decoration: none;
    }
    

    Cheers!
    Andy

    #346630

    For bold text use this:

    strong, b {
    font-size: 16px;
    }
    

    Cheers!
    Andy

    #346647

    I’ve removed the color for the strong parts myself, just need something to fix the underlining now.

    #346649

    Ah, didn’t see there was already an answer.

    That does the trick, thanks so much, Andy! : )

    #346808

    Hey!

    You are welcome. If you have any more questions, please let us know. We are happy to assist.

    Best regards,
    Andy

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Formatierung von Links auf der Homepage falsch (und nur dort).’ is closed to new replies.