Astra_Update_Global_Buttons::get_examples()

Get examples.


Description


Return

(array)


Source

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

	public function get_examples() {
		return array(
			'change button background color to red',
			'make button background red',
			'set button background to red',
			'change button color to blue',
			'set primary button background to green',
			'change primary button to red',
			'update button text color to white',
			'change primary button to rounded',
			'make button rounded',
			'set button to pill style',
			'update button border color to blue',
			'set button hover color to red',
			'update secondary button colors',
			'change secondary button background',
			'set both buttons to red',
			'update primary button padding',
			'set button border radius',
			'change button to outline style',
			'update global button styles',
		);
	}

User Contributed Notes

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