Astra_Update_Theme_Colors::get_examples()

Get examples.


Description


Return

(array)


Source

File: inc/abilities/customizer/globals/colors/class-astra-update-theme-colors.php

	public function get_examples() {
		return array(
			'set accent color to blue',
			'change theme accent color to #046bd2',
			'update link color to match brand',
			'set link color to #3498db',
			'change link hover color to darker blue',
			'update heading color to dark gray',
			'set all headings color to #2c3e50',
			'change body text color to #333333',
			'set border color to light gray',
			'change all theme colors at once',
			'update heading and text colors',
			'set link color and hover color',
		);
	}

User Contributed Notes

You must log in before being able to contribute a note or feedback.