Info Box background color
This support request was posted in BBQ by ARayRVA
- ARayRVA February 1, 2013 at 3:21 am
How do I change the background color of the info box ? I don’t want them to be transparent I want them to be white. Also, how do I completely remove all comment boxes? I don’t want that option on any page or post.
Juanfra Aldasoro February 1, 2013 at 1:36 pmHello,
You can change the infobox background color with the following code:
.infobox li { background: #fff; }
To remove the comment boxes on pages you must edit some templates ( page.php, template-full-width.php, single.php ) and remove this line:
< ?php comments_template( '', true ); ?>
Have a nice day,
Juan.ARayRVA February 3, 2013 at 5:04 pmWhere do I insert the code to change the info boxes? I tried to insert it into the custom css box under design option but it didn’t do anything.
As for the comment boxes, where in wordpress do I go to edit the template code?
Juanfra Aldasoro February 3, 2013 at 9:51 pmHello,
What version of the theme are you using? We’ve done some updates recently, in order to solve some styling problems as the one you mention.
With regards to editing theme files, you can do it through “Appearance > Editor” ( http://codex.wordpress.org/Appearance_Editor_Screen )
Best,
Juan.
This topic is marked as resolved
Only the topic author can re-open this thread.