-
AuthorPosts
-
February 27th, 2013 at 06:11 #3890Nate Moe
Hey Guys,
First off, really impressed with the theme! After tons of searching and uninteresting themes I found yours and haven’t looked back since. Two questions for you, hope they are easy:
1. How can I set an image for the background of the main body of text on a page? If you visit the site you will see the company’s logo, I would like to set that as the background rather than just an image.
2. Is there anyway to remove the “Leave a Reply” section from individual pages?
Again, thanks for you hard work on this!
February 28th, 2013 at 19:49 #3926KayCryout Creations mastermindHi!
Thanks for the kind words.
1. That’s probably not gonna work like you want it to. The dimensions of the image you want to use will be a problem unless it’s a repeatable pattern. You’d have to add this CSS code to the Custom CSS area in the Mantra Settings page:
#content {
overflow:hidden;
background:url (image.jpg) repeat;
}2. You don’t just want to hide the Leave a Reply section, you actually want to disable comments on those pages right? Please have a read here http://www.cryoutcreations.eu/wordpress/wordpress-disableenable-comments-tutorial to disable comments.
Before posting consider reading our short theme debugging instructions.
Please read the FAQs: Mantra • Nirvana • Parabola • Tempera
Tutorials: custom menus • translating theme • installing theme • category page with intro • disabling comments Wordpress: child themes • categories/posts
Before making any modifications to your theme we strongly recommend using Child Themes.March 4th, 2013 at 03:33 #4028Nate MoeThanks for the info! You are right, it didn’t work quite like I wanted it. Worth a shot though. I was also able to follow the instructions for removing the comments section from the pages I wanted. Thanks for help!
-
AuthorPosts
The topic ‘Main text body background/remove comments’ is closed to new replies.