ronangelo
ParticipantForum Replies Created
-
Have you tried this in the Custom CSS option.
.post-354 .post {
margin-left: auto;
margin-right: auto;
width: 75%;
}that should remove the arrows and fix the width
try to add this in the GrapheneOption -> Display -> Custom CSS
#header-menu ul li.menu-item-ancestor > a {
background: none;
width: 162px;
padding-right: 24px;
}
#nav li ul {
width: 192px;
}
#nav li ul ul {
margin-left: 192px;
}isn’t
after_post_contentintended for posts only.why not add to both
after_post_contentandafter_page_contenthookstry the action hook graphene_container_before
you can add things outside the container.
In reply to: Edited the theme's color files – want to undo it. Don't know how.
June 21, 2012 at 12:08 am #29488Have you tried to change the colour preset? ex. “dream magnet”,
saving it then changing it back to default?
In reply to: How do I change the color of the text above the post title?
June 20, 2012 at 11:06 pm #29479try adding this in the Graphene Option -> Display -> Custom CSS
.previous, .previous a, .previous a:visited, .next-post,
.next-post a, .next-post a:visited, .parent-return {
color: #000;
}In reply to: Edited the theme's color files – want to undo it. Don't know how.
June 20, 2012 at 10:59 pm #29484You changed the colors in the style.css and you want your color modifications in the graphene option to show?
you can replace all the content of the style.css with the default one http://themes.svn.wordpress.org/graphene/1.7.2/style.css
then you can make your customizations in the graphene options.
the analytics option deletes anything not enclosed with <scipt></script>. I’m guessing it didn’t work.
you can also verify your site using the analytics code if the one with <meta> didn’t work.
@Syahir
I posted something like this a week ago. https://forum.graphene-theme.com/feature-requests/adding-various-stuff-in
your footer image is way bigger than the footer area. try resizing it so that the entire image can be seen.
if you still have trouble making the footer-image visible, try this:
– Upload the footer.jpg inside “images” folder inside your “child-theme” folder.
– Add this code in the child theme’s style.css
background: url("images/footer.jpg") #396395;
