How can we help you today?

How to Change the Hover Color of the Quick Links Design Element Using Custom CSS

By default, the Quick Links Design Element maintains its default primary color when users hover over it:

default quick links hover color


This article will show you how to change the hover color using Custom CSS:


change hover color


TABLE OF CONTENTS


Prerequisites


Interactive Tutorial

Before starting the tutorial, copy the Custom CSS below:

.spx-de-quick-link__link:hover {
background-color:#59C1E1 !important; /* set your hover color here */
border-color:#59C1E1 !important; /* optional, remove if not needed */
}

.spx-de-quick-link__icon {
transition: background-color 0.25s ease, border-color 0.25s ease;
}



Step-by-step Tutorial

Follow the detailed guide below to learn how to change the hover color of Quick Links:


Step 1: Edit the ShortPoint Web Part

  • Go to the SharePoint page you want to use and click Edit:


Edit

  • Close the Toolbox:


close icon

  • Edit the ShortPoint web part:


Edit properties icon



NOTEYou must already have the Quick Links Design Element on your SharePoint page. If you don’t have one yet, check out How to Add Quick Links in SharePoint Using the Quick Links Design Element.


  • Click the Quick Links tag:


Quick Links tag

  • Select the cogwheel icon:


cogwheel icon


Step 3: Copy the Code

  • Copy the Custom CSS code below:
.spx-de-quick-link__link:hover {
background-color:#59C1E1 !important; /* set your hover color here */
border-color:#59C1E1 !important; /* optional, remove if not needed */
}

.spx-de-quick-link__icon {
transition: background-color 0.25s ease, border-color 0.25s ease;
}

Step 4: Paste Code

  • Click the next icon:


next icon

  • Go to the Custom CSS tab.
  • Paste the code in the Custom CSS field.
  • Replace the background-color and border-color values with the color you prefer for the hover effect:


customize code

  • Click the green checkmark.

Step 5: Save

  • Click the eye icon to see your page in real-time:


eye icon

  • Save your edits:


Save


Great work! You’ve successfully changed the hover color of Quick Links.


Related articles:

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.

World's best intranet sites are designed using ShortPoint

Get started today! Learn more
See all 64 topics

Start a trial

Ignite your vision. Install ShortPoint directly on your site, or play in sandbox mode. No credit card required.

Get started today

World’s best intranet sites are designed using ShortPoint

Thousands of companies using ShortPoint everyday to design, brand and build award winning intranet sites.

Get started Learn more