Custom code doesnt work

Posted in: Newspaper
Post count: 26

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.

Post count: 20688

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

Post count: 26

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.

Post count: 20688

Hi,

Use this code for the slide leaving the rest unmodified, enter it in Theme panel->Custom Css

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

Thanks

Post count: 26

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!

Post count: 20688

Hi,

I am assuming that is block 19 you can try this code, if I am wrong you can modify the code with the block number you want the code to apply to

.td_block_19 .td-post-author-name a {
color: white!important;
}

Thanks

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