• Resolved sumt7

    (@sumt7)


    I’ve installed Supernews theme and it was working fine since last three days. I’ve not installed any plugin or widget so far.
    As all of sudden all the hyperlinks and URL not clearly highlighted as it used to be earlier. Please help!

    I’ve changed the font color and underline them to make them clearly visible by selecting every word then changing the color and underlining them individually.

    Website: http://www.rtiwala.com

    Screenshot 1 https://snag.gy/37AtlX.jpg

    Screenshot 2 https://snag.gy/D7K4o8.jpg Highlighted in red color only when we put cursor near to it.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    I’ve changed the font color and underline them to make them clearly visible by selecting every word then changing the color and underlining them individually.

    well, that’s wrong. 🙂

    This CSS is what you should be using:

    a {
        color: #ff6600;
        font-weight: bold;
        text-decoration: underline;
    }

    To add CSS:

    • If you are using WordPress 4.7 or later, use the “Additional CSS” option in the customizer.
    • If your theme has a custom CSS option, use that to add the CSS shown above.
    • If not, install the plugin Simple Custom CSS.

    Learn to use the Chrome Developer Tools to help you see and test changes to your CSS.

    If you have questions about the specifics of your theme, please contact the developers at https://wordpress.org/support/theme/supernews

    Thread Starter sumt7

    (@sumt7)

    Thank you, Thank you so much, Mr. Steve, @sterndata
    You’re an angel for me. Please share some links where I can learn from about CSS as the @addthis plugin too conflicting with the theme.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hyperlinks and URL are not highlighted or clearly visible.’ is closed to new replies.