Embarking on my coding journey, I have delved into online courses and now aim to enhance my skills by constructing a Wordpress Child Theme.
As I delve further into customization, I encounter the dilemma of text color alteration through two main methods:
1) Utilizing css
2) Within the wordpress dashboard:
https://i.sstatic.net/p5j1n.png
If I opt for changing text color via css, it may revert back when modified in the wordpress dashboard. This leads me to ponder - how can I selectively preserve certain text colors using css while allowing flexibility for others within the dashboard?
Despite attempting color: #000000 !important;
in my css code, the desired permanence remains elusive. Is there a definitive solution to lock text color changes permanently via css?