homepage newspaper blockgrid10 change color link

Posted in: Newspaper
Post count: 36

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

Post count: 20688

Hi,

The default color would be white for the author names, it could be a demo custom design if they have a different color. If you could provide a link to your website I will inspect it and give you a solution.

Thanks

Post count: 36

http://www.porchettarium.it
thanks 🙂

Old Fashioned – demo ID: old_fashioned | install type: full

Post count: 20688

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.

Post count: 36

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

Post count: 20688

I thought of making it more precise, I did not think it will affect other elements. Try it like this, it will apply only for the big grid

.td_block_big_grid_10 .td-module-meta-info .td-post-author-name a {
color: white;
}

Post count: 36

very very good, solved
thank you 🙂

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.