Well Safari browser is been used on many platforms, like MacBook, IPad, IPhone and etc. so how to check if the user is coming from IPhone or IPad and give him a different design or stylesheet, well that is pretty simple their is a variable in WordPress that allows us to detect whether the visitor is from the iPhone
Tag: CSS
How to add Logo to Thesis theme
Normally thesis theme has no logo it has the title of our Blog in the header but no option to add logo to thesis theme, but you have seen many blogs out their using thesis and having a logo still their but how to do that, well its too easy and just a CSS trick to maintain the SEO and also to keep the nice looks.
WordPress Optimization
How to remove the Blogger Nav bar
Blogger comes with a default navigation bar.This blogger navigaton bar may not be present in most of the templates.But if you are using a default blogger template,then you will see some navigation bars like the one in this picture.These navigation bars can be removed using some simple CSS techniques.
Here are the steps to remove the Blogger Navigation bar /Blogger Nav Bar :
- Login to your blogger account
- From your Dashboard click on Design
- Now choose Edit Html
- In that template code find ]]></b:skin>
- Add the below code Just before ]]></b:skin>
#navbar-iframe {display:none !important;}
- Then Click on Preview and if everything is right hit the Save button