"Read more" color doesn't change from white

  • lorvar
    Inactive member
  • Topic Author
  • Member
  • Member
More
13 years 5 months ago #9236 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.

Please Log in to join the conversation.

More
13 years 5 months ago #9248 by ivan.milic
Can you give us link?

Please Log in to join the conversation.

  • lorvar
    Inactive member
  • Topic Author
  • Member
  • Member
More
13 years 5 months ago #9253 by lorvar

Please Log in to join the conversation.

  • lorvar
    Inactive member
  • Topic Author
  • Member
  • Member
More
13 years 5 months ago #9254 by lorvar
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.

More
13 years 5 months ago #9258 by ivan.milic
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.
The following user(s) said Thank You: lorvar

Please Log in to join the conversation.

  • lorvar
    Inactive member
  • Topic Author
  • Member
  • Member
More
13 years 5 months ago #9259 by lorvar
Thanks Ivan, I will try this soon and get back to you.

Please Log in to join the conversation.

Time to create page: 0.205 seconds
Powered by Kunena Forum