Изменение текста нижнего колонтитула Wordpress на черный, чтобы он был невидимым ⇐ CSS
-
Anonymous
Изменение текста нижнего колонтитула Wordpress на черный, чтобы он был невидимым
Im trying to get rid of a tacky "powered by Wordpress" footer from my bottom of my website.
I figured out how to remove it below. But when I do, all the text on my website gets deleted.
.has-text-align-center { display: none; } so I want to find a way to change the text color to black so it doesn't appear.
I know #000000 codes for black.
I tried
.has-text-align-center{ display:color: #000000; } but the same problem. How do I isolate the removal of that footer rather than deleting the entire text of the website.
Источник: https://stackoverflow.com/questions/780 ... -invisible
Im trying to get rid of a tacky "powered by Wordpress" footer from my bottom of my website.
I figured out how to remove it below. But when I do, all the text on my website gets deleted.
.has-text-align-center { display: none; } so I want to find a way to change the text color to black so it doesn't appear.
I know #000000 codes for black.
I tried
.has-text-align-center{ display:color: #000000; } but the same problem. How do I isolate the removal of that footer rather than deleting the entire text of the website.
Источник: https://stackoverflow.com/questions/780 ... -invisible
Мобильная версия