Plugin Author
Brecht
(@brechtvds)
Hi Tobi,
The easiest way to change the link color is in our Template Editor:
http://www.wpultimaterecipe.com/docs/015-changing-link-colors
In the free version you could also try disabling the “Force CSS Style” setting on the Recipes > Settings > Recipe Template > Advanced page and then add the following CSS on the Recipes > Settings > Custom Code page:
.wpurp-container a {
color: blue !important;
}
Brecht
Thread Starter
td8000
(@td8000)
Awesome, works perfectly. Thanks Brecht.
Thread Starter
td8000
(@td8000)
Hi Brecht, i realized that on the background of my recipe text (same link as above) i cannot see the pattern anymore after the last css modification. Other example:
http://neu.lebeneo.de/kurzgebratenes-vom-rind-huhn-oder-schwein/
(upper part of recipe)
Is there a way to get that back?
Thanks, Tobi
Plugin Author
Brecht
(@brechtvds)
I don’t think the CSS modifications are related. Does it show up when you get rid of that CSS again?
Brecht
Thread Starter
td8000
(@td8000)
Hi Brecht, it seems like it because of the “disabling the “Force CSS Style””
Do i switch that back, the background pattern can be seen again.
Just my modification to the links (as you wrote above) doesn’t work anymore.
Plugin Author
Brecht
(@brechtvds)
Could you disable that setting again so I can have another look?
Plugin Author
Brecht
(@brechtvds)
Try adding this CSS as well:
.wpurp-container table * {
background:none !important;
}
Thread Starter
td8000
(@td8000)
ok, great. That did it. Thanks again.