Forum Replies Created
-
Mod
You’ll need to add it to the code you used to change your menu. Wherever you have
a, you also need to adda:visited.Mod
How to remove a background on a specific sidebar?
Do you mean a specific widget on your sidebar? Because I only see one sidebar.
I would like to remove a background of my sidebar log-in
The background I see there is white. Do you want it to have a different color?
contain only a body of my log-in form
Do you mean that you don’t want the border with rounded corners and a shadow (and with a pink background like your content area)?
Then try this:
#php_widget-30 .sidebar div.sidebar-wrap{
background:none;
border:none;
box-shadow:none;
}This is complicated to figure out because you have CSS coming from everywhere.
Mod
Looks okay to me. Try refreshing the page.I see it now. It’s because you clicked on those once, and now they are “visited” links.
You’ll need to add something like
a:visted {color:#000;}along with your other code.
Mod
Can you provide a link to what you want. The theme demo is here: http://dev.khairul-syahir.com/wordpress/graphene/
A link to your own site would be helpful, as well.
Mod
In reply to: The "View Full Post" button on slider is off the screen
January 18, 2012 at 6:25 am #22357The site is http://www.learningforlifecenter.info.
The link in your profile is to http://learningforlifecenter.org/ which is why I couldn’t see it previously.
The buttons were working fine for a couple days and then I noticed they were too low.
This is because your sharing buttons are pushing them down. There is really little/no point in showing these buttons on the front page. (Click on one and you’ll see what I mean.) Here’s how I solved that issue:
http://blog.kjodle.net/2011/11/04/graphene-action-hook-widgets-an-easy-way-to-modify-your-blog/
Also having trouble setting up the forums but I haven’t tried to trouble shoot that yet. Don’t even know how to ask for help about it.
This is a separate issue, so please feel free to start a new thread about it. You might want to start by telling us what forum software you are using.
Cheers
Ken
Mod
Try this:
.sidebar ul {
background-image: url('images/trans20_black.png');
border: none;
}(Code between backticks, please. Thanks!)
(I’ll keep working on it…)
That’s how you get where you’re going. It bugs me when people give up easily. You keep trying and asking good questions and eventually you figure it out, and then you can teach the rest of us.
Mod
In reply to: The "View Full Post" button on slider is off the screen
January 18, 2012 at 2:58 am #22355It’s probably because of the length of your excerpts. Hard to tell without a link to your site, however. Include one and we can take a closer look.
I hope I am asking this in the right location and in the correct format
Yup, that’s a support question, so this is the right place.
Welcome aboard,
Ken
Mod
Sure, just delete the
block-buttonpart from the code above (along with the comma).Mod
try this custom css:
return-top a:hover {text-decoration:none;}You can also try this plugin: http://wordpress.org/extend/plugins/dynamic-to-top/
Mod
You can try adding something like this to your custom CSS:
img {float:left;}
