How to change text color in list with link

Posted in: Newspaper
Post count: 54

Hello~

I set several list in page.
I want to change text color white and background color ‘#6fa82f’
But I didn’t change.
What shoud I do?

null

page code

  • This topic was modified 7 years by lowhoh.
Post count: 35449

Hi,

Please provide me a link were I can inspect those lists, in this way I will be able to provide you an working css.

Thank you!

Post count: 54

Thank you for your reply.

https://papacurator.com/feeding/

Post count: 35449

Hi,

Please try this custom css https://www.screencast.com/t/WuMFegUdGnq
.post .td-post-content ul li a{
color: white;
background: #6fa82f;
padding: 2px 5px
}

Thanks.

Post count: 54

Thank you!! it worked !!

Post count: 54

Hello~

When I use text color setting which you teach me.
It works at post but doesn’t work at page.

The result was

https://papacurator.com/babybasictext/

But
What I expect result is below

https://papacurator.com/babyfeeding-2/

How can I do the same text color effects in page ?

  • This reply was modified 7 years by lowhoh.
  • This reply was modified 7 years by lowhoh.
Post count: 35449

Hi,

For pages you can try this custom css
.page .td-page-content .bookmark ul li a{
color: white;
background: #6fa82f;
padding: 2px 5px
}

Thanks.

Post count: 54
Post count: 35449

Hi,

Please replace the above custom css with this one
-> https://www.screencast.com/t/l8aAKwdysMGq
.page .td-page-content ul li a{
color: white;
background: #6fa82f;
padding: 2px 5px
}

Thank you!

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