I read the other threads addressing changing colors in the CSS, however it seems that when you hover over links on my site they still are green. I’ve changed all colors to the dark blue that I am using, however the green on the links won’t go away. Help?
Also, I can’t seem to get Twitter to work – I’ve used both the widget from Twitter itself as well as the Twitter widget from Jetpack, and yet both of them don’t work. I’ve been trying to put them into the Accordion Tab but all it ever says is “Tweets by Jake” instead of showing my tweets. Help on this as well?
To change color when hovering the social links in your site. You can add the following code to the style.css file.
a:hover {
color: #...;
}
with the Twitter widget, you can send me username & password of your site for further checking.
contact us via: http://designwall.com/contact-us/
That worked, thanks so much!
I’m going to try and get a Twitter plug in to work before I have you work on it, just in case. But again, thanks so much!
Ah another question – is there a way to remove “By ______ in ______” in posts? (author and category). Specifically the category?
To remove “By…In” in the post, you can add the following code to the style.css file:
.single-post .entry-meta .byline, .entry-meta .cat-links {
display:none;
}
thanks!
Please login or Register to submit your answer
replied 11 years ago
Healing’s Dragon
to seek out issues to boost my website!I suppose its alright to produce usage of a handful of of your respective concepts!!