- WordPress Mobile Web Development:Beginner's Guide
- Rachel McCollin
- 153字
- 2021-08-13 18:06:19
What you will need for this chapter
Responsive design uses Cascading Style Sheets (CSS), to alter the way a site looks on mobile devices. So you'll need a basic understanding of CSS.
To edit the CSS for your theme, you will need access to its stylesheet, located in the theme folder. You can work with the stylesheet in one of the following four ways:
- Using Editor on the WordPress dashboard
- Using a text editor to edit your live stylesheet via File Transfer Protocol (FTP) and using an FTP program such as, FileZilla
Note
You can download FileZilla from http://filezilla-project.org and find out more about FTP at http://ezinearticles.com/?FTP-File-Upload-Explained---In-Plain-English!&id=2714343.
- Downloading a copy of your stylesheet via FTP (or another means if you prefer it), working on that locally on your system, and then uploading it again
- Using the WordPress Editor so that we can get to grips with the Editor and how it works.
推薦閱讀
- 嵌入式Linux開發技術
- Cybersecurity:Attack and Defense Strategies
- 阿里云數字新基建系列:云原生操作系統Kubernetes
- 嵌入式Linux驅動程序和系統開發實例精講
- Windows Phone應用程序開發
- OpenStack系統架構設計實戰
- Delphi Programming Projects
- Windows 7應用入門與技巧
- Linux設備驅動開發
- Distributed Computing with Go
- VMware Horizon View Essentials
- Mastering Sass
- Android NDK Beginner's Guide
- Getting Started with UDK
- Docker容器技術與運維