ronangelo
ParticipantForum Replies Created
-
In reply to: Custom Taxonomy change text "Category Archive" on Category pages to be the Category Title
July 22, 2012 at 9:54 am #30761Quote:How can I get back into my site to try again? My site is on localhost.just manually edit the the code you added in graphene-childfunctions.php.
Try this
#header-menu > li {
border-right: 0.5px solid grey;
margin: 0;
}Could you clarify your question. You would like to put “What” “Where” ?
There are already a lot of action hooks that are available for almost every part of the theme.
Remove all the
<br>inside the centerdiv and add text align.centerdiv {
margin: 0 auto;
text-align: center;
}The text color is set to white #FFF.
Change that to something else. Maybe on the plugins settings.
If there are no color settings on the plugin, add this in Custom CSS.
#cookiewarning {
color: #000;
}how did you add the code? I’m not seeing them in your site.
try this to remove non-link post titles
.post h1 {
display: none;
}In reply to: How to slow down (i.e. increase time) between slider posts
July 18, 2012 at 1:11 am #30678Change the speed here: Graphene Theme Options ->General -> Slider Options -> Slider speed
6000 ms = 6 seconds
That’s actually an image. Add this to your Custom CSS option to replace it with a color.
#footer {
background: #000;
border-top: none;
}try finding a good plugin here image sliders
