- Posts: 24
- Thank you received: 1
"Read more" color doesn't change from white
-
lorvar
Inactive member - Topic Author
- Member
Less
More
13 years 5 months ago #9236
by lorvar
"Read more" color doesn't change from white was created by lorvar
I've tried changing the color value, but it doesn't work. The link is there but no change at all.
Thanks in advance.
Thanks in advance.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 5 months ago #9248
by ivan.milic
Replied by ivan.milic on topic Re: "Read more" color doesn't change from white
Can you give us link?
Please Log in to join the conversation.
-
lorvar
Inactive member - Topic Author
- Member
Less
More
- Posts: 24
- Thank you received: 1
13 years 5 months ago #9253
by lorvar
Replied by lorvar on topic Re: "Read more" color doesn't change from white
I'm still working on it
www.selectbride.ca/index.php
Please Log in to join the conversation.
-
lorvar
Inactive member - Topic Author
- Member
Less
More
- Posts: 24
- Thank you received: 1
13 years 5 months ago #9254
by lorvar
Replied by lorvar on topic Re: "Read more" color doesn't change from white
Also I can't find where that orange can be changed in the "Search" and the I can't change the footer color from black.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 5 months ago #9258
by ivan.milic
Replied by ivan.milic on topic Re: "Read more" color doesn't change from white
Hi,
in template_css.css you can find this:
a.readon:link, a.readon:visited, a.readmore:link, a.readmore:visited {
display: block;
color: white !important;
width: 99px;
font-family: "Cabin", Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 28px;
text-transform: uppercase;
background: url(../images/readmore_bg_orange.png) no-repeat;
text-indent: 8px;
margin-top: 12px;
text-decoration: none;
}
remove !important flag from color property.
for orange ig search open template_css.css and find:
.button {
color: white;
border: none;
padding: 0 10px;
line-height: 26px;
background: #FF691D;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
you can change background value here.
for footer open layout.css and find this:
.footer4 {
background: #292929;
}
you can change background value here.
in template_css.css you can find this:
a.readon:link, a.readon:visited, a.readmore:link, a.readmore:visited {
display: block;
color: white !important;
width: 99px;
font-family: "Cabin", Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 28px;
text-transform: uppercase;
background: url(../images/readmore_bg_orange.png) no-repeat;
text-indent: 8px;
margin-top: 12px;
text-decoration: none;
}
remove !important flag from color property.
for orange ig search open template_css.css and find:
.button {
color: white;
border: none;
padding: 0 10px;
line-height: 26px;
background: #FF691D;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
you can change background value here.
for footer open layout.css and find this:
.footer4 {
background: #292929;
}
you can change background value here.
The following user(s) said Thank You: lorvar
Please Log in to join the conversation.
Time to create page: 0.205 seconds