Astra_Update_Background_Colors::get_examples()
Get examples.
Description
Return
(array)
Source
File: inc/abilities/customizer/globals/colors/class-astra-update-background-colors.php
public function get_examples() {
return array(
'set site background to white',
'change content background color to light gray',
'update body background to #f5f5f5',
'set site background image',
'change page background to gradient',
'set content area background to transparent',
'change background color for mobile',
'set different background for tablet',
'make site background cover the page',
'set responsive background colors',
);
}
Expand full source code Collapse full source code View on Trac