change color site focus
Hello,
I am trying to change the color of the menu text in black and the color of the headband # 021232 in #FFFFFF how can I do?
Thank you for your reply.
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi
Thanks for running Focus. This is unfortunately not a theme option but you can resolve by inserting the following under Appearance > Custom CSS and editing as required:
#masthead { background: #000; background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(#000)); background-image: -moz-gradient(linear, left bottom, left top, from(#000), to(#000)); background-image: -ms-gradient(linear, left bottom, left top, from(#000), to(#000)); background-image: -o-gradient(linear, left bottom, left top, from(#000), to(#000)); color: #FFF; }I haven’t used the existing gradient in the above example. I’ve cancelled it out by applying the same starting and ending color. If you want to use the gradient use the first color as your start and the second as your end. It must be repeated three times as you can see in the example, this is to handle different browser environments.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.