A)Can the Home Page Intro Area have scrolling text? B)Can the Home Page Intro Area be deleted if we wanted it to be C)Can it have an image placed in it D)Can the background color and/or font color be changed in it?
Paste these code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS A) Code: .content-info {overflow:auto; height:400px;} B) Code: .content-info { display:none; } C) Go to the Home page settings > Home page intro and add code given below Code: <img src="your image address"> D) Code: .content-info { background: your color value; } Thanks.