Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #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 underline

    Bold Links im Content:
    Text bold Orange underline > hover: Text Bold dark-Orange underline

    Normale Links im Footer Widget:
    Text Orange underlined > hover: Text dunkelorange underline

    Normale LInks im Content:
    Text Orange underlined > hover: Text dunkelorange underline

    Könntet ihr mir da helfen bitte?

    #1350467

    Hi 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,
    Nikko

    #1350567

    Thank you for reply. It doesnt work with bold links. No hover, no underline

    #1350583

    Hi,

    Where can we see the problem you are having?

    Best regards,
    Rikard

    #1350586
    This reply has been marked as private.
    #1350605

    Hi,

    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,
    Rikard

    #1350624

    Thank you. Could you please check the bold links? They are still not underlined.

    #1350645

    Hi,

    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,
    Rikard

    #1350774

    Yes :)

    #1350785

    Hi,

    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,
    Rikard

    #1350786

    Thank you. Works perfect

    #1350796

    Hi,

    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,
    Rikard

    #1350808

    Hey,
    yes, widget links are not underlined now. Sorry

    #1350829

    Hi,

    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

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.