ronangelo
ParticipantForum Replies Created
-
In reply to: Date of the Page only displayed on the pages of the HomePage
June 8, 2012 at 4:35 pm #29117Those with author and dates are “POSTS” and those without them are “PAGES”.
what exactly do you want to accomplish?
if the changes are made in the “Graphene Options” then you won’t lose your customizations those are saved on your wordpress database. But if the changes are made directly on your style.css file then those will be replaced by the new file since the site doesn’t seem to use a child-theme.
what concerns do you have of the nav bar? is it the color?
maybe adjust the line-height of the text to improve readability.
I think java scripts are enabled or disabled on the browser instead of wordpress themes.
where exactly are you adding this code? templates? widgets?
the solution would be to remove all the unmodified/unneeded css codes from the childtheme themes.
Or a quicker fix, which includes copying the entire “images” folder to the childtheme folder.
@Kenneth
I’m guessing the first one.
All her CSS are coming from the childtheme folder. she may have copied the entire style.css codes from the parent theme.
have you resolved this?
I checked the site and it looked the same in Firefox, chrome and IE9.
In reply to: How to delete "previous and next post" links above post title?
April 25, 2012 at 11:07 pm #27987add this to your style.css
.post-nav {
display: none;
}go to your wordpress dashboard
appearance -> menus
there you can create your custom menu easily.
