sahaara
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Do not display comment form if comments are closedok.thanq
Forum: Themes and Templates
In reply to: A couple of daring issuesFor navigation menu problem in header.php in <div id=”navmenu”>
give inline as <div id=”navmenu” style=”margin-bottom:10px”> and try.
I think now sidebar is on right side onlyForum: Themes and Templates
In reply to: How do I remove these links in the Plainscape theme?In header.php try removimg the code which is between
<div id=”hmenu”>….<div> (including divs if necessary)
Forum: Themes and Templates
In reply to: change titlebar colorIn menu in anchor tag of recruiters-clerk put style=”color:red”(inline)
Forum: Themes and Templates
In reply to: change titlebar colorForum: Themes and Templates
In reply to: How do I resize this search bar?Give size to input box like
<input type=”text” value=”<?php the_search_query(); ?>” name=”s” id=”s” size=”30″/>
Forum: Themes and Templates
In reply to: Changing Header txt and imgI think header is in class “banner” in style.css.
Give your img as background-image in .banner{}
And in the header file find <div class=”banner”>
Under that u can find the code for blogname in h1 tag and description in <div class-“blodesc”>….
Remove itForum: Themes and Templates
In reply to: The “Responses to” above comments is WAY too big…Pls let us know if ur problem is solved
Forum: Themes and Templates
In reply to: The “Responses to” above comments is WAY too big…In style.css find the class “cite” which is in the code u pasted.
There font-size is given as 90%. Reduce it and try
Forum: Themes and Templates
In reply to: The “Responses to” above comments is WAY too big…For date and time also try searching in commments.php.
Try using Web developer tool such as firebug and go through view source so that u wud get idea of which classes and which code is usedForum: Themes and Templates
In reply to: The “Responses to” above comments is WAY too big…Or in style.css in class h3{ ..} give font-size to ur desired size if ur using h3 only here
Forum: Themes and Templates
In reply to: The “Responses to” above comments is WAY too big…In comments.php find <h3 id=”comments”> change it to h4 r the size u want to and try.(for 8 Responses to “Matt Serra …)