Hello,
homepage newspaper blockgrid10, I would like to change the color of the “author” link from black to white but I can not find the template or css to change.
can you help me? Thank you
http://i64.tinypic.com/29w1n9c.jpg
http://www.porchettarium.it
thanks 🙂
Old Fashioned – demo ID: old_fashioned | install type: full
-
This reply was modified 8 years by
mmmmarchese.
Seems that color is overriding the default white color set for the author name in the grid
– https://www.screencast.com/t/G4ul7oSHvmaE
I couldn’t say exactly from where that color originates, it is not from the demo. Maybe you have this color set by custom code in the theme panel. I could give you a code to further override the color and make it white again
– https://www.screencast.com/t/MpsIsWMCQo8x
.td-module-meta-info .td-post-author-name a {
color: white;
}
Enter it in Theme panel->Custom CSS section.
I modified the parameter of the css, but the author’s name is white homepage and the author’s name is white in the article
http://i63.tinypic.com/25u1pgk.png
in demo newspaper default homepage white author name and author name black article
http://i67.tinypic.com/ngws9g.png
you need to find the specific css for blockgrid10