Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #1399185

    Im Editor sehen die Links so aus wie ich es möchte: Schriftfarbe blau und unterstrichen
    Doch im Frontend fehlt die Farbe und die Unterstreichung.
    Ich finde in den Enfold-Einstellungen nicht den Punkt, wo ich das ändern kann.

    #1399214

    Hi mwuehle,

    Can you give us a link to your site? so we can try to inspect it.

    Best regards,
    Nikko

    #1399220

    Hi Nikko,
    take a look at this page for an example: https://www.nachhaltigkeit-management.de/nachhaltigkeit-definition/

    A link in the editor (underlined): pic1
    /Users/michael/Desktop/pic1.png
    The same link in the frontend: pic2
    /Users/michael/Desktop/pic2.png
    Best regards,

    Michael

    #1399240

    Hi Michael,

    Thanks for the update. I’m still not sure I understand the problem you are having though, since the screenshots are not loading. Please upload them to a service like Google Drive, Dropbox, Imgur, Snipboard or similar, then link to them here.

    Best regards,
    Rikard

    #1399649

    Hi Rikard,
    you can find the screenshots here:
    Pic1 – Editor: Pic1
    Pic2 – Frontend: Pic2

    Best regards, Michael

    #1399708

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    .content a {
      color: blue; 
      text-decoration: underline;
    }

    Best regards,
    Rikard

    #1399963

    That didn’t work. The links still remain without underlining und in black font color.
    My chosen color scheme is Blue-Gray and in the preview the links are in blue font color and underlined.

    #1399985

    Hi,
    Thanks for the link to your page, currently I see you have a plugin wpo-minify active so it is minifying your css so I can’t see exactly where this rule is coming from that is preventing your link from showing the text-decoration underline, but from the classes I believe it’s from the WordPress Block Editor:

    #top a:where(:not(.wp-element-button)) {
        text-decoration: none;
    }

    To override this css please try this css in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top #main .content a:where(:not(.wp-element-button)) {
        text-decoration: underline;
    }

    After applying the css, please clear your browser and minify plugin cache and check.
    The expected results:
    Enfold_Support_506.jpeg

    Best regards,
    Mike

    #1400026

    Hi Mike,
    Thank you for your tip! It worked on page https://www.nachhaltigkeit-management.de/nachhaltigkeit-definition/ and on all other pages with one exception: https://www.nachhaltigkeit-management.de/nachhaltigkeits-shop/
    On my shop page, however, the links are underlined but the font color is still black and not blue.

    #1400044

    Hi,
    Thanks for the feedback, on your shop page I see many underlined blue links, excerpt for what seems to be product titles with an H4 heading, they have a strange class that I don’t recognize uagb-rm__title, I assume this is from a plugin but I can’t tell since your wpo-minify plugin is active, nonetheless try this css to override it:

    #top h4.uagb-rm__title a {
        color: blue;
    }

    After applying the css, please clear your browser and minify plugin cache and check.
    The expected results:
    Enfold_Support_510.jpeg

    Best regards,
    Mike

    #1400078

    Thank you very much, that worked! Now it is almost perfect.
    However, for the links in the store the hover effect does not yet work as it does for the other links.
    Do you have any code to make the hover effect the same green as the other links?

    #1400095

    Hi,
    Please add this css:

    #top h4.uagb-rm__title a:hover {
        color: #1b7321;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1400140

    Thank you very much, that also worked!
    Now everything is as I wanted it to be.
    Besides that I learned something about css again.
    Once again, thanks a lot!

    #1400150

    Hi,

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

    Best regards,
    Rikard

    #1400152

    you can close this topic.
    Best wishes, Michael

    #1400155

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Layout der Links’ is closed to new replies.