top of page
How to create highlighted texts
PROJECTS USED
TAGS
SUITABLE FOR
Editor X, Classic editor
ABOUT
Want to adjust the default highlighted text settings on your Wix site? Learn how to make it look exactly the way you like.

Layout
01. Add and style some text
02. Position the text on your page

Add paragraph text. Click “Edit Text” to customize this theme across your site. You can update and reuse text themes.
Custom code
01. Make sure the site's connected to a domain
02. Add custom code to the site dashboard
03. Make sure the custom code is placed inside “Head”
04. Paste the HTML code
05. Edit the color settings
06. Edit the name of the custom code

<style>
::selection { color: #000000; background: transparent }
::-moz-selection { color: #000000; background: transparent }
</style>HAVING TROUBLE?
Contact our VIP support channel at vip@support.wix.com and our team will contact you within 24 hours.
MORE HOW TO'S
bottom of page







