• Resolved skarty2020

    (@skarty2020)


    Hello,
    I need advice on changing the color of certain links at Newsup theme. I am stuck at this for hours and it drives me insanely crazy! ??
    Here is a screenshot of the trouble: https://imgur.com/a/dSduLsy

    I looked EVERYWHERE and tried to find out exactly the attribute, especially in those files which the Inspect Element refers to:
    themes/newsup/css/colors/default.css?ver=5.7
    themes/newsup/css/bootstrap.css?ver=5.7

    But I didn′t find it and not even in other template files. Please, can you help me and navigate to when and how exactly I can change the colour of those links?

    Thank you very much in advance for any help!

    • This topic was modified 3 years, 7 months ago by skarty2020.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author themeansar

    (@themeansar)

    Hi,

    Thanks for contacting us,

    For this add the below css code in additional css filed (Theme Dashboard >> appearance >> customize)

    .mg-blog-post-box a
    {
    color:#000 !important;
    }

    Change the color code as your need

    Thanks

    Thread Starter skarty2020

    (@skarty2020)

    Thank you very much! ?? I also added the following css code as the same thing was happening on pages when the link was in blockquote:

    .wp-block-quote a
    {
    color:#2db459 !important;
    }
    Theme Author themeansar

    (@themeansar)

    Hi,

    Glad to know it worked for you.

    We would really appreciate if you could provide us a review here:
    https://www.ads-software.com/support/theme/newsup/reviews/#new-post

    If you have any more questions, feel free to ask again!

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change color of links in posts’ is closed to new replies.