Viewing 2 reply threads
You must be logged in to reply to this topic.
Which option in the Tower admin area do I use to change the background color and text color of the extra side navigation?
Hello,
You have to use custom css to edit them. Please add this code into your custom css box:
.extra_navigation {
background: rgba(185, 150, 82, 0.54);
}
.extra_navigation ul li a {
color: azure;
}
Edit the values to your wish. Let us know if you need further help.
Best regards!
You must be logged in to reply to this topic.