Hello, I've this questions about the home page a) How can I delete the testimonial heading and description in the home page? b) How can I change the size of the custom logo? I want to have a logo that have the full wide of the website.
1.For your first issue Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .testimonial{ display:none; } 2.For your second issue Go to header.php present in your theme directory and follow the instruction as shown in image given below This will solve your issue.