joe smith
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How do i do away with the gap between my page and the browser bar?ok I added the css to my child theme and that did the trick. As far as plugins, the only one i have that even has ad in it is addtoany sharing which is a social network plugin that displays the facebook,google+and etc that you see under each post. Im not sure exactly what would be wrong with it though…
Forum: Fixing WordPress
In reply to: How do i change the main navigation link color of an active link??Apologies my friend after being up all night i missed where you changed the code from ‘menu’ to ‘page’. the second code is working great. Thanks so much.
Forum: Fixing WordPress
In reply to: How do i change the main navigation link color of an active link??Its in my custom css plugin right now. right now im sitting on my home page but the home link is grey when it should be #00004c.
Forum: Fixing WordPress
In reply to: How do i change the main navigation link color of an active link??No. This is my main navigation which is the default one. All i did was add the css code i mentioned earlier. everything changed but the active link color. i do have a custom menu made but its assigned to a sidebar although its not visible at this time
Forum: Your WordPress
In reply to: Suggestions for new websitelooks good. what plugin do you use for your content slider?
Forum: Fixing WordPress
In reply to: How do i change the main navigation link color of an active link??Tried it. Does not work. Appreciate the suggestion though.
Forum: Fixing WordPress
In reply to: how do i change the link hover color for my meta??Fixed it! For future reference for anybody that will have the same problem i just had, to change the ‘leave a reply,’ the category, tags, date and author links here is the codes you have to enter into your custom css file. All you have to do is just swap out the color codes…
.comments-link a, .entry-meta a { Color: #0000FF; } .comments-link a: visited, .entry-meta a:visited { Color: #0000FF; } .comments-link a:hover, .entry-meta a:hover { color: #FA4B4B; }
Forum: Fixing WordPress
In reply to: how do i change the link hover color for my meta??I wished to change the color and hover color of my comments link and my post meta but the hover color wouldn’t change. I firebugged it and located the css for those particular links. I added the code above and my author link and hover color changed like i wanted it to but the comments link turned red and the hover color didnt change at all. I would like to know which code needs to be changed and how to change it in case i wish to change the colors later on down the road.
Forum: Fixing WordPress
In reply to: how do i change the link hover color for my meta??I keep trying with no success :/
That seemed to do the trick. Appreciate the help!
Twenty Twelve
Been at this all night and still no luck…
Forum: Fixing WordPress
In reply to: how do i change the link hover color for my meta??Thanks guys. Jan, i did what you said. I managed to single out this particular piece of code
.comments-link a, .entry-meta a { Color: #757575; }
This is the same for the comment link and author.
I modified it and it changed the author link the way i wanted it to but for some reason it changed my comment count link red and hover color remained the same. this is what i entered into my css plug in..comments-link a, .entry-meta a { Color: #0000FF; } .comments-link a, .entry-meta a:visited { Color: #0000FF; } .comments-link a, .entry-meta a:hover { Color: #FA4B4B; }
kinda confused at this point.
Forum: Fixing WordPress
In reply to: How to remove the leave a reply/comment count link within a postThat worked great! Thanks!
Forum: Fixing WordPress
In reply to: How do i un-link the date and author name in the post meta?Started a new thread. Check to see if you can help out. Really appreciate your help with my meta problem.