Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #828500

    Hallo,

    wissen Sie wie ich die Unterstreichung von Links aufheben kann?
    Nur wenn man mit der Maus darüber fährt, soll sich der Mauszeiger verändern und auch die Textfärbung, aber
    keine Unterstreichung erscheinen!

    Vielen Dank und Grüße,
    Marc.

    #828577

    Hey queendad,

    Please, could you translate your question to English?

    Best regards,
    John Torvik

    #829590

    No Problem! ;)

    In the Links on may Page with your theme is each Link underlined!
    How can I change this?
    I want that Links are not underlined. Only marked in bold if it is possible!

    Many thanks!
    Marc.

    #830156

    Hi,

    In Enfold -> General Styling -> Quick CSS bitte das folgende eintragen:

    
    
    a:hover{
    text-decoration: none !important;
    font-weight: 900 !important;
    }
    
    

    Best regards,
    Günter

    #830221

    Vielen Dank dafür Günter!
    Leider bleibt die Unterstreichung.
    Das der Link fett wird, funktioniert.
    Ich würde aber gern noch die Unterstreichung der Links in den Texten entfernen.

    Gibt es noch eine Möglichkeit?
    Danke und Grüße,
    Marc.

    #830270

    Hi,

    Please provide a precise link to the page that shows the links you are having problems with. We need to be able to inspect them in order to help more accurately. :)

    Thank you!

    Best regards,
    Sarah

    #831017

    Here it is!
    HomepageArchitekten, Webdesign und SEO-Agentur

    The code is: luzi

    Please look at the Startpage.
    Some Links with the citys like Hamersleben, Halle, Magdeburg …
    Or the Links with the “Glossar” and “Blog-Bereich” as the ancor text.

    I hope you will find!
    Have thanks,
    Marc-Robert Wistuba.

    • This reply was modified 7 years, 3 months ago by queendad.
    #831018
    #832448

    Hello?

    I should write the URL to the site with the problem.
    You can find it at the two statements before. ;)

    Thanks,
    Marc.

    #832816

    Hi,

    Sorry for the late reply!
    Please add following code to Quick CSS as well

    #top .custom-color-heading a {
        text-decoration: none!important;
    }

    That should remove the underline from the links i attached in private content field. I could not find any other underlined links on your page. If there are, please point them out

    Best regards,
    Yigit

    #834756

    Have many thanks, it worx!

    Is it possible to make the links in this fields visible with giving them a little bid brighter colour as they got in each original text field?
    For instance they had such a blue #4b90cd and with css, links in this container got the looking of 15% more brighter.

    Thanks again!
    And have a nice weekend!

    #834759

    Hi,

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

    #plugin-header .custom-color-heading a {
        color: orange;
    }
    

    Best regards,
    Yigit

    #835060

    Perfect!
    Many Thanks!

    #835154

    Hi,

    Glad that Yigit helped you. Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘keine Unterstreichung von Links’ is closed to new replies.