Is there a way to get rid of the area above the main content area? Is there a way to have one solid background without any frame from the content area to the entire area of the window?
Hello, Can you please send the screenshot, and tell us which frame do you want to remove and what and where do you want the color. So that we cangive you the exact solution. Thanks.
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .container { box-shadow: none!important; }
What part of code I have to remove to delete "Posted on October 27, 2012 by administrator inPremium" for example. link to page: http://retouchbox.com/?page_id=14
Go to blog.php present in your theme directory and remove the code given below Code: Posted on <?php the_time('F j, Y'); ?> by <?php the_author_posts_link() ?> in <?php the_category(', '); ?> Sending image for reference This will solve your issue.
Go to blog.php present in your theme directory and remove the code given below Code: Posted on <?php the_time('F j, Y'); ?> by <?php the_author_posts_link() ?> in <?php the_category(', '); ?> Sending image for reference This will solve your issue.