How do I change the font color for a hyperlink to a hex number?
How do I change the font color for a hyperlink to a hex number? The only greens that are available don't match my page.
Also, is it possible to change the tabs in a premium template. I love one but the header tabs are red and they wouldn't match my site either.
Also, is it possible to change the tabs in a premium template. I love one but the header tabs are red and they wouldn't match my site either.
1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
The company marked this question as answered.
-
Inappropriate?<!--
Lets use the text editor as an example:
To change link colours you need to first apply the link the normal way you alsways do.
Then click the little html button in the top text menu.
Find the link (a nice trick to do this is press Ctrl and F together - then search for <a
You will see it looks like this <a href="http://hexham.info">hexham</a>
change it like this:
<a style="color: rgb(137, 216, 26);" href="http://hexham.info">hexham</a>
You can add rgb colours as above or in this form #89d81a
If you need anymore help just ask on this thread.
Lee.
-->
-
Inappropriate?Thank you so much UKDuke that was SO helpful! I have one more question for you. Is it possible to change the color of a header tab on my website? I wish I could change these blaring red letters that don't go with my website to a particular green.
Thanks for your reply!
I’m thankful
-
Hi Meg,
If you are referring to the page heading or the menu tabs unfortunately the attributes of these elements cannot be changed at this time. This is something we hope to implement in the future. Sorry I don't have better news for you on this. The other option would be to create your own banner with the text all ready in place the way that you would like it to appear or create your own menu.
Kind Regards,
Emmy -
Inappropriate?How do I create my own menu? I don't think making my own banner would fix it because I wouldn't be able to hide the tabs of the template.
I’m undecided
-
You would need to create this using HTML or javascript. There is a great site that was created by some awesome Yola users that has lots of instructions for how to create different menus, here is a link if you would like to take a look: http://yolacodes.yolasite.com/.
Hope this helps!
Loading Profile...




CHAMP