
-
AuthorPosts
-
May 4, 2022 at 11:17 am #1350449
Cheers,
habe ein paar Probleme mit den Textlinks, bzw. dem hovern.Wenn ich einen Content Text in Bold einstelle und diesen in einen Link umwandle, sind diese nicht unterstrichen. Gleiches mit Links im Footer Widget. Diese sind nur weiß und man erkennt keinen Link.
Möchte dies so aussehen lassen:
Bold Links im Footer Widget:
Text bold Orange underline > hover: Text Bold dark-Orange underlineBold Links im Content:
Text bold Orange underline > hover: Text Bold dark-Orange underlineNormale Links im Footer Widget:
Text Orange underlined > hover: Text dunkelorange underlineNormale LInks im Content:
Text Orange underlined > hover: Text dunkelorange underlineKönntet ihr mir da helfen bitte?
May 4, 2022 at 1:01 pm #1350467Hi Sabrina,
Please try to go to Enfold > Advanced Styling > click Select an element to customize and change it to Widget Links and click on Edit Element button then change the Font Color.
Repeat the same process and for the second one check the Apply only to mouse hover state.
Hope this helps.Best regards,
NikkoMay 5, 2022 at 9:12 am #1350567Thank you for reply. It doesnt work with bold links. No hover, no underline
May 5, 2022 at 9:58 am #1350583May 5, 2022 at 10:10 am #1350586This reply has been marked as private.May 5, 2022 at 12:07 pm #1350605Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
#main a, #footer a, #footer a strong { color: #ff9100; text-decoration: none; } #main a:hover, #footer a:hover, #footer a strong:hover { color: #d67900; text-decoration: underline; }
Best regards,
RikardMay 5, 2022 at 2:20 pm #1350624Thank you. Could you please check the bold links? They are still not underlined.
May 5, 2022 at 4:57 pm #1350645Hi,
Thanks for the update. Do you mean the 3 links in the list on the page in private? If so, do you want them underlined in the normal state as well?
Best regards,
RikardMay 6, 2022 at 9:58 am #1350774Yes :)
May 6, 2022 at 11:33 am #1350785Hi,
Thanks for the update. Please try this CSS instead then:
#main strong a { color: #ff9100; text-decoration: underline; } #main a, #footer a, #footer a strong { color: #ff9100; text-decoration: none; } #main a:hover, #footer a:hover, #footer a strong:hover { color: #d67900; text-decoration: underline; }
Best regards,
RikardMay 6, 2022 at 11:50 am #1350786Thank you. Works perfect
May 6, 2022 at 1:05 pm #1350796Hi,
Great, I’m glad that we 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,
RikardMay 6, 2022 at 2:58 pm #1350808Hey,
yes, widget links are not underlined now. SorryMay 6, 2022 at 6:52 pm #1350829Hi,
Try this instead:
#main strong a, #footer a { color: #ff9100; text-decoration: underline; } #main a, #footer a, #footer a strong { color: #ff9100; text-decoration: none; } #main a:hover, #footer a:hover, #footer a strong:hover { color: #d67900; text-decoration: underline; }
Best regards,
Rikard -
AuthorPosts
- You must be logged in to reply to this topic.