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?


page code
-
<li class=”bookmark”>젖병
<li class=”bookmark”>젖꼭지
<li class=”bookmark”>Paraphernalia
<li class=”bookmark”>Burp Cloths
<li class=”bookmark”>분유
<li class=”bookmark”>Breast Care Supplies
<li class=”bookmark”>수유쿠션
<li class=”bookmark”>Nursing Pillows
<li class=”bookmark”>Nursing Covers
<li class=”bookmark”>Nursing Bras and Tanks
<li class=”bookmark”>유축기
<li class=”bookmark”>Pump Parts
<li class=”bookmark”>Pumping Bras
<li class=”bookmark”>우유보관용기
-
This topic was modified 7 years by
lowhoh.
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.
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 ?
Thank you for your answer.
I tried but it doesn’t work.
https://papacurator.com/babybirth-2/
https://papacurator.com/wp-content/uploads/2019/05/cssresult.png
My css setting is below
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!