Question about CSS Customization
-
Hi,
I need help on changing the color of text in regard to only the dates that are above all the comments to the color white (only the comments on the TESTIMONIALS page).
Sincerely,
AngelaThe blog I need help with is: (visible only to logged in users)
-
Hi Angela!
Happy to help you here :) In order to change the color of the date texts only on the Testimonials page, please add the following to your CSS:
.page-id-2380 .div.c-date {color:#fff!important}If you like to hide the date info altogether, add:
.page-id-2380 .div.c-date {visibility:hiddne}Hope it helps,
-
Hi Diana,
Thank you for your reply and time. I tried the CSS and unfortunately it did not work to hide and change the color of the text regarding the dates.
-
I’m sorry, it seems I get the code all wrong (and can’t edit the post afterwards), please try adding:
.page-id-2380 .c-date {color:#fff!important}or
.page-id-2380 .c-date {visibility:hidden} -
-
I have one more question, how can I hide the “comments are closed” text located at the bottom of the same page?
-
-
Hello Angela,
For the comments are closed, please try adding
.page-id-2380 .note {visibility:hidden}While for the “6 comments” try adding
.page-id-2380 .comment-number {visibility:hidden}Let me know if it works!
-
- The topic ‘Question about CSS Customization’ is closed to new replies.