First get a hex color value from a site like this: htmlcolorcodes.com/color-picker
After you've copied it to your clipboard navigate to the place you'll update it in your design X admin.
Designs > Desktop Layout > Text pages > CSS Style
Then you'll want to edit this value right here:
So if I wanted to update the color to a soft-gray #eeeeee
It would look like this: .dx_page_text a { color:#eeeeee; }
Comments
0 comments
Article is closed for comments.