Site is http://www.covitravel.com/teahouseconnection/ I have two questions: 1. How do I right align the phone number and address in the top right hand corner of each webpage? Code in Top Right Contact Details: <span style="color:#343434;margin-right: -7px;font-size: 14px;">262.642.4045</span> Code in Home Page Top Right Address.: N7614 State Rd 120<br >East Troy, WI 53120 When I copy this text from the website in a Firefox browser, I see this: 262.642.4045 N7614 State Rd 120 East Troy, WI 53120 When I copy the text from my webpage in Microsoft Explorer, I see this: 262.642.4045 begin_of_the_skype_highlighting 262.642.4045 FREE end_of_the_skype_highlighting N7614 State Rd 120 East Troy, WI 53120 2. Can I change something so the Skype highlighting does not appear? I had changed the size of the font of the phone number Explorer, because it appeared much larger than the address. But now, in Firefox, the font that the phone number is displayed in is smaller than font of the address. Also, I want all the contact information to be hte same color (Skype changes the phone number in Explorer to their trasdemark blue). Thanks, LouAnn
Hello, 1) Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .header-info p { text-align: right;} For Skype issue. There is some problem with your browser. Please check your site on other browsers too.