• Resolved Ben

    (@toolstd)


    Is it possible to change the colour of links independently from the Main Colour? As I believe these two elements are linked?

    Ideally, I would like to be able to use custom CSS to change the link colour manually?

    Thank you kindly in advance!

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello @toolstd,

    We are unable to see the site for better understanding please refer the screenshot-

    OnPaste.20181009-182538

    Kind regards,

    Manoj

    Thread Starter Ben

    (@toolstd)

    Hello Manoj,

    The site is hosted locally for development. Can you not help with the query above? It is a generic query.

    Happy to create some sort of duplicate online if that is what you need.

    Kind Regards,

    Ben

    Hi Ben,

    You can try adding the following code to your Admin Panel > Appearance > Customize > Advanced Options > Additional CSS field:

    article .entry-content a {
      color: red;
    }

    Thanks!

    Thread Starter Ben

    (@toolstd)

    Hello Emran,

    Thank you for that. It works site wide brilliantly.

    But is there any way with CSS I can use within a site builder or something to only change the colour of the links within that section?

    Kind regards,

    Ben

    Hi Ben,
    ?
    Yes, you can try taking advantage of tools such as Inspect or Firebug which can aid in customizing. These are useful 3rd party tutorials on how to go about using Inspect.
    ?


    ?
    Thank you!

    Thread Starter Ben

    (@toolstd)

    Thank you!

    (Better late than never!)

    You can usually edit all of these in your theme – > appearance/settings section

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Change link colour’ is closed to new replies.