Tuesday, July 22, 2014

Create rounded border for Menu using CSS

Everyone wants a stylish website. There are many ways to stylize your website. Suppose you want to change your menu layout like you want a rounded border. You can get it from your style.css file. Just follow few steps given bellow.  Go to your style.css file. Find out css class or id for your website’s menu. Now copy the codes given bellow –  border:1px solid #3c3c3c;                                                ...

Monday, July 21, 2014

If you want to customize any of the pages of your WordPress site you have to follow some instructions. Today I’ll share the easy instructions to you. At first copy the page.php file from your theme. Then paste it at same place. It will be “page - Copy.php”. Now rename the file as “your-template-name.php”. Now open it using Notepad + +. Find out -                                                 <?php get_header(); ?>...