Change the featured listing and verified badge colors

I wanted to know how I can change the yellow outline colour on the featured listings to black.

I can’t find an option within the settings and there are no tutorials online that show you how to do it.

I also wanted to change the colour of the verified checkmark from green to blue.

Can anyone help me out with these to things?

1 Like

Hi,
Please try these CSS snippets:
Featured listings:

.hp-listing--view-block .hp-listing__featured-badge {
    background-color: black;
}

Verified badge:

.hp-listing__verified-badge {
	color: blue;
}

If customizations are required for your site, please try customizing it using the collection of code snippets Search · user:hivepress · GitHub and other developer resources, or consider hiring someone for custom work https://fvrr.co/32e7LvY

2 Likes

Thank you!!

Where do I go on the website to place the CSS code for the featured listing outline and the CSS Code for the Verified badge?

Hi,
You can place these CSS snippets in Appearance > Customize > Additional CSS.
Also, please check the tutorial if needed - How to add custom code snippets - HivePress Help Center

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.