How can I change the Logo so it is bigger on the banner? And how can I make the phone number bigger and at the bottom of the text in the header? See screenshot...
Was curious to see your site screenshot and love how it is coming along. Very nice Question, the slider seems to just show one picture with no info tabs on the right of the pic. Is this correct? If so, how did you do it please?
Hello, For logo: Logo size depends on the image size that you are uploading. Use big image. For contact: Add your contact number in the format given below. <span style="font-size:22px;">9999 call us</span> Check image for reference.
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .contactinfo img { display: none; }
This worked but now the alignment is off...how can I justify it left or right so everything lines up correctly? http://512citydesign.com/
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .header .contactinfo span { float: left; } This will solve your issue.
H, I followed the instructions to remove the telephone image, but it is still there. I have somthing else in the css box to remove the widgets, could this be causing the problem? It looks like this now: .sidebar { display: none; } .contactinfo img { display: none; } Thanks, Paul.
Follow the link given below http://www.inkthemes.com/community/threads/how-to-rmove-telephone-symbol.5135/ This will solve your issue.
Hi, I can see, and have tried that code, something is stopping it from working. Perhaps I do not understand how the custom css box works. I have added code for other issues to the box, is it correct to do this, because at the moment, only the first lot of code I pasted in actually works. I am wondering if the other pieces of code are causeing some conflict?
Hello, You can write as many as style codes you want to put in the Custom CSS and all will work perfectly. In case you make any syntax error then all the codes below that error code will not work. So make sure you write the code with proper syntax.