Astra_Update_Global_Palette::get_examples()

Get examples.


Description


Return

(array)


Source

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

	public function get_examples() {
		return array(
			'apply Oak preset to global palette',
			'set global palette to Lily',
			'use Viola color preset',
			'apply Cedar palette colors',
			'change theme colors to Flare preset',
			'switch to Willow color scheme',
			'update palette primary color to #046bd2',
			'change palette heading color to #2c3e50',
			'set palette text color to #34495e',
			'update palette background to #ffffff',
			'apply preset and override primary color',
			'set active palette to palette_3',
		);
	}

User Contributed Notes

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