houin Posted February 17, 2014 Share Posted February 17, 2014 Hello, I found this code on the forum for the phone number in the header : <div style="font-size:20px; position:absolute; top: 30px; left: 250px;">phone: +48 1234567890</div> On the other hand I shall like changing the color of the text. Thank you. This you have the solution Link to comment Share on other sites More sharing options...
webdev0008 Posted February 17, 2014 Share Posted February 17, 2014 Hi Use CSS color property to set text color. <div style="font-size:20px; position:absolute; top: 30px; left: 250px;color:#00ff00">phone: +48 1234567890</div> Link to comment Share on other sites More sharing options...
vekia Posted February 17, 2014 Share Posted February 17, 2014 that's right color:red; will work, in addition you can also use tinymce editor to define the color Link to comment Share on other sites More sharing options...
houin Posted February 17, 2014 Author Share Posted February 17, 2014 Thanks to you it works very well Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now