Hi I would like to remove the posts from the homepage but add text there instead. Is this possible? I have also tried adding code from numerous posts advising but can't seem to change footer background. Code I have added is .footer-wrapper .footer { background: #ffffff; } .footer-bottom { background: #cccccc; } But it doesnt change anything. Please can you advise.
Hello, Please provide us your website url as well as the screenshot where you facing the problem. Thanks & Regards Yogesh Bhade
http://familydrugandalcoholsupport.co.uk/ Unfortunately it won't let me upload a screenshot for some reason. On the homepage where "From The Blog" I just want this to display static text rather than a post. Is this possible? Also whatever CSS I seem to add doesn't seem to change the background of the footer. Thanks for any help.
Hello, You can change footer color by applying following CSS code in Custom CSS. Code: .footer-container{ background: your desire color; } .footer-navi { background: your desire color; } You can change the text From The Blog, Go to >> Appearance >> Theme Options >> Home Page Settings >> Home Page Blog Heading and write your text here as shown below in screenshot. It will resolve your issue. Thanks & Regards Yogesh Bhade
Thanks but I need to remove the posts area - "Sorry, no posts matched your criteria." Also how do I reduce font size of From the Blog and text above. I have added the css for the footer colour change but hasn't worked sorry
Hello, To remove that area, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: div#blogmain { display: none; } To change font size of FROM THE BLOG, change font size as your requirement and Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .content-wrap h1.blog_head { font-size: 28px; } Adjust font size like 20px, 22px, etc. in above code. To change color of footer area, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .footer-container{ background: #12a3df; } .footer-navi { background: #12a3df; } In place of #12a3df add your color name or color code. It will resolve your issue. Thanks & Regards Yogesh Bhade
I also can't seem to remove 'leave a reply@ from pages when removing relevant code from php files. Something isn't right. Aaargh
Hello, We have got your concern, please send us your WordPress dashboard login details also the link of this thread at [email protected]. so that, we can have a look over the issue in details. Your website link: WordPress username: WordPress password: This thread link: Note: When your issue get resolved, you can change your password. Thanks & Regards Yogesh Bhade