how to transfer css file client site . one step up cleaver client .


1.open old site file and create custom.css file in theme
2.paste all the new css custom.css file
3.now go to the new website theme and open header.php file
4.paste below link and change url .
<link rel='stylesheet' id='style-css'  href='http://portfolio.nexusfleck.com/worldrecords/wp-content/themes/betheme/custom.css?ver=1.3' type='text/css' media='all' />
5.last you need to check this file are linked with your old website then delete new website css .

Comments