Tagged: text
Hi! I dont know how to change the text-color and size on the text in Attitude Pro. I would like to change color on the text on the menu, and I would like the text on my pages to be bigger.
Please help me with this.
/Dan
I found the answer regarding text, but I cant change color on the text on my menu.
Hi Dan,
To change the color of the menu only go to Appearance> Customize > Design Options > Custom CSS and paste the below CSS code then click on Save button.
#access a { color: #777 !important; }
Note: Change the above HEX color code 777 to your own color code.
777
Thank you!