Manage Colors

{{ csrf_field() }}

Subtitle color settings


@if(!empty($product->display_image))
@endif






@include('web.default.view.product.color-palet', [ 'colorInput'=>'subtitle_background_color', 'colorInputLabel'=>'Subtitle background color' ] )





@include('web.default.view.product.color-palet', [ 'colorInput'=>'subtitle_text_color', 'colorInputLabel'=>'Subtitle text color' ] )





@include('web.default.view.product.text-size-inputs', [ 'colorInput'=>'subtitle_text_size', 'colorInputLabel'=>'Subtitle text size', 'colorInputValue'=>$product->subtitle_text_size ] ) {{--