Elementor: How to Change Link Color

Elementor: How to Change Link Color

Last modified: May 7, 2026

Fiverr freelancers

Changing link colors in Elementor is straightforward once you know where to look. By default, most WordPress themes display links in blue — but that can clash with your site’s color scheme, make text hard to read, or simply not match your brand. Elementor lets you update all link colors site-wide in just a few clicks, with no extra plugin required.

Show More

* This button will show the rest of the post and open up an offer from a vendor

Why Change Link Color?

There are a few good reasons to change your link color in Elementor. The most common is branding: your links should complement your site’s color palette rather than defaulting to a generic blue that clashes with everything else. If your body text is already dark blue, a default link color can blend right in and go unnoticed.

Accessibility is another important factor. Links need to have enough contrast against surrounding text so that all visitors — including those with color vision differences — can tell them apart at a glance. If your background and link colors are too similar, you may be turning visitors away without realizing it.

Finally, changing your link color can improve click rates. A link that stands out clearly draws more attention than one that gets lost in the text. Whatever the reason, Elementor makes it easy to update link colors across your entire site at once — you don’t need to edit individual links one by one.

How to Change Global Site Settings for Link Color

Open any page or post in Elementor, then click the hamburger menu icon (the three horizontal lines) in the top-left corner of the editor. This opens the Elementor panel menu.

From here, go to Site Settings → Theme Style → Typography. Scroll down to the Links section. Here you can set the default color for all links on your site, as well as the hover color — the color the link turns when a visitor moves their mouse over it. You can also toggle the underline effect on or off for each state.

These settings apply globally, so every link on your site will update immediately.

Using CSS Classes for Individual Links

If you want to style specific links differently, you can use custom CSS. Go to Site Settings → Custom CSS, or open your theme’s customizer and find the Custom CSS region. Add something like the following to make selected links appear in green:

a.mygreenlink:link, a.mygreenlink:visited, a.mygreenlink:active
{ color:green; text-decoration: none; } a.mygreenlink:hover { color: green; text-decoration: underline; }


<a class="mygreenlink" href="#">My Green CSS Class Link</a>
Inline HTML Style

Replace green with any color value (hex, RGB, or named color) to match your needs.

Final Word: Elementor: How to Change Link Color

In this article, “Elementor: How to Change Link Color” we’ve looked at how you can change the link color on your WordPress website. There is no need to have a specialist plugin for this to happen. All you need is Elementor or Elementor Pro. It is really simple to do and can be done by anyone in just a matter of minutes.

Recap:
Save 4 Later
Email liked links to yourself

    Stay Updated with WordPress Insights

    Get the latest WordPress tips, theme reviews, and industry deals delivered to your inbox.