changed background of footer and need to change the color of the text widget I placed there to black. need to remove "my web page" text and block from contact page. need to remove entire testimonial and video info from home page. Theme is great! thanks for your help. Jon
I have the exact same problem - I can't figure out how to remove the video. Any pointers on how to get the video out of there while keeping the testimonial bubble would be great. Thanks, Cate
For text widget text color. Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .textwidget { color: black; } To remove testimonial and video section. Code: .testimonial_bg { display: none;} We are not getting " "my web page" text and block from contact page." area. Please share screenshot of it so we can provide you exact code. Go to the Appearance > Theme options > Home page settings > Testimonial widget Heading/ Testimonial widget And add '<p></p>' tag there. If you just want to replace video with any of your text, Then you can also add text there.