andalusien
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Farbe von Links nur in den Texten ändernhey Steve
I deleted the command
.hentry a.colored.special-fg {
color: #CD8162; }
again because it did not work.Is that the right command at all???
Best regards
Andalusien
Forum: Developing with WordPress
In reply to: CSS targeting only post contentHey Michael,
thanks for your answer.
I put in: .post .hentry a { color: #CD8162; }
but it did not work.than I tried with: .post .hentry a { color: #CD8162!important }
It did not work.
The lines before are:}
.bsaProContainer .bsaProItem:first-child, .bsaProContainer .bsaProItem.bsaReset {
margin-left: 0.5% !important;
}
.post .hentry a { color: #CD8162!important }I would be happy if you could help me with that.
Greatings
Andalusien
Forum: Fixing WordPress
In reply to: Farbe von Links nur in den Texten ändernHey Steve,
thanks for your answer. The website isn´t public yet – cause I´m still working on the details. You can see it here: http://wp12266327.server-he.de/
Please klick on Weiterlesen – so you get to the posts. In the texts there a links. In the moment they are olive or black like the rest of the font.
I want to the linkcolor in #CD8162. So the order I wrote in the css was:
.post .hentry a { color: #CD8162!important }
but it did not work.
I write you the lines before this order, too:.bsaProContainer .bsaProItem:first-child, .bsaProContainer .bsaProItem.bsaReset {
margin-left: 0.5% !important;
}
.post .hentry a { color: #CD8162!important }Do you have an idea what I need to change?
Greatings
Andalusien