- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hey everyone. Where can I change the font/symbol color or what is the right html Code ?
I want this in red :))
- Tags:
- HTML5
- Intel® XDK
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Snake S !
If you want to change the color of a HTML page text you can use either CSS , either the code below, that will change the color of the text in red.
<p style="color: red;">this is main page</p>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you but the font in header/menu stays in white.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Snake,
Try this:
1. Select the button.
2. In STYLES section at right,dropdown Custom, select New..
3. Define the style name, for example, btn-fontcolor
4. In the style code you'll see:
.btn-fontcolor { }
Add this line:
.btn-fontcolor { color: red; }
Save the style.
You could use this custom style in other buttons just selecting it from the Custom styles list.
Regards,
Diego

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page