jakevsthecity
asked 11 years ago

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?

q9s60v8nD8
replied 10 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!!

2 Answers
DominicStaff
answered 11 years ago

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/

jakevsthecity
replied 11 years ago

That worked, thanks so much!

jakevsthecity
replied 11 years ago

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!

jakevsthecity
replied 11 years ago

Ah another question – is there a way to remove “By ______ in ______” in posts? (author and category). Specifically the category?

DominicStaff
answered 11 years ago

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;
}
jakevsthecity
replied 11 years ago

thanks!

Powered by DW Question & Answer Pro