Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1073723

    I want all the links on my site to be automatically underlined. For some reason that isn’t the default. How can I fix that?

    #1073951

    Hey Takara22,

    Thank you for contacting us.

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

    CSS Snippet:

    
    /* CSS - */
    
    #top .main_color p a {
        text-decoration: underline;
    }
    
    
    

    Best regards,
    Vinay

    #1073952

    I found a regular WordPress solution for this by doing a quick css:

    a {
    text-decoration: underline;
    }

    #1074210

    Hi,

    Great, I’m glad that you found a solution and thanks for sharing. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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