- This topic has 9 replies, 3 voices, and was last updated 11 years ago by karenstl.
-
AuthorPosts
-
December 2, 2012 at 8:56 am #2189ronmerkParticipant
Hi Satkin:
I’m using Simple Catch (Public) . I’ve made some small modifications using the Style field in the Theme options. Also have some simple changes using a child theme.
My problem is that the color option for Links doesn’t seem to work. I have the link color currently set for #e18627, but they display as black. You can see the site here:
Any suggestions would be greatly appreciated.
Ron
December 2, 2012 at 9:59 am #2191ronmerkParticipantSo you can see the CSS changes I’ve implemented:
Here are the modifications to the CSS
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color: #999999;}
#header .social-search form.searchform {display:none;}Here are the changes in my style CSS file in the child theme director
h1#site-title {
font-size: 45px;
font-family: ‘Helvetica’;
font-weight:normal;
color:#999999;
padding-bottom:0px;}
h2#site-description {
font:14px Arial, Helvetica, sans-serif;
color:#999999;
padding:8px 0 0 0;December 2, 2012 at 1:19 pm #2192ronmerkParticipantActually I fixed it by using a declared statement in the specific page for the link reference I wanted:
“<a class=”specialLink”/a>
Then I added the following in the theme custom CSS style box
a.specialLink:link { color: blue; }
a.specialLink:hover { color: blue; }Hopefully this will help some one else looking to do something similiar
Ron
December 8, 2012 at 12:55 pm #2268December 8, 2012 at 11:59 pm #2280ronmerkParticipantThanks Sakin
That worked perfectly!!
🙂
Ron
September 18, 2013 at 10:31 am #14717karenstlMemberI just tried to use this code to change the link color in the CSS box for Catch Everest (free). I didn’t work. Any suggestions?
The site is: http://westpinelaclede.com
September 18, 2013 at 11:14 pm #14742SakinKeymaster@karenstl: I see that you have successfully added link color as
a { color: #8ba870; }
You can see your link has been changed http://westpinelaclede.com/category/general/
September 19, 2013 at 7:23 am #14757karenstlMemberI wanted the links in the widgets to change also. Is that separate code?
September 20, 2013 at 2:48 am #14784SakinKeymaster@karenstl: To change the link color in widget. You can change the color code in the following CSS and added it in “Appearance => Theme Options => Custom CSS” box.
.widget-area .widget a { color: #757575; }
September 20, 2013 at 6:56 am #14790karenstlMemberThanks. Worked.
-
AuthorPosts
- The topic ‘Link Color’ is closed to new replies.