Forum Replies Created
-
AuthorPosts
-
michaelf64
MemberThanks for the feedback Tom.
Unfortunately, going through Customizer changes the accent color on ALL buttons and links that I wish to remain a certain color. At this point, I'm just going to have to leave it as it is. At least it's only those 3 links in the footer that will be kinda "hover" weird.
Thanks again my friend. You're AWESOME!!
mike
michaelf64
MemberTom,
I am using the "Advanced Code Editor" plugin. It offers the ability to see line numbers and other search capabilities that a newbie like me needs so desperately.
In Firefox Firebug the CSS code to which we are referring...and I can't locate in the editor...shows up in Firebug under the heading of "dreamexploreachieve.com #2" in Firebug. Have no idea what the whole "#2" thing is about.
I have searched for the above in the editor and come up empty. Could there possibly be another CSS that doesn't show up normally? I'm at a loss here. Not certain why Firebug has no difficulty finding and displaying the code and I can't seem to find it in the WordPress editor...ugh!
Thanks,
mikemichaelf64
MemberThanks Tom, but the code you have so kindly offered already appears on line #1680-1681 of the CSS under the section "Site Footer". Changing the hex value in that short code seems to have no effect.
Using Firebug (Firefox extension), I can the hex color value in the statement below and it actually changes to the desired hover color...temporarily (Firebug):
------------------------------------------------------
a, .entry-title a:hover, .image-section a:hover, .image-section .featured-content .entry-title a:hover, .site-footer a:hover {
color: #387438;
}
------------------------------------------------------#387438 is the background color of the footer. If I change the value - in Firebug - to #ffcc00, I get the desired hover color...temporarily.
The problem is that I can't seem to locate the above statement in the CSS using the WordPress CSS editor to effect the change permanently. Any suggestions?
As I am a complete newbie, I can assure you any help you can offer will be enthusiastically received.
Thanks,
mike -
AuthorPosts