Hello guys,
After updating my theme, author name for posts doesnt show with my custom code for color.
I use this code:
.td-module-meta-info .td-post-author-name a {
color:black;
}
Now my background is white and I need names to be black but this dont work.
Please help.
Hi,
The code is working fine – https://www.screencast.com/t/XZNgfyGHKyo try to use !important so it will forcebly apply like this
.td-module-meta-info .td-post-author-name a {
color: black!important;
}
Also please check any previous custom codes you may have entered in custom css for syntax errors as that could prevent this from working. If you can’t manage to make it work, provide a link to your website so I can take a look.
Thanks
Hi,
Ok, this code now work fine but this didnt work
.td-big-grid-wrapper .td-module-meta-info .td-post-author-name a {
color:white
}
This is code for my slider… Now there is color is same like author posts black and didnt see.
I want in slider to be white, and down for posts to be black.
Hi Simion C.,
Now my slide is ok, post author name is ok, but I need change color from black to white here: https://www.screencast.com/t/yAQcS2zs
Thanks in advance!