WordPress > Customize > Apply Skin

Apply Skin

Method of applying skin for wp.Vicuna

Get the skin and preparation

After the wp.Vicuna theme is applied, Download your favor's from the skin page and unzip it.

The skin package ( CSS files, image files ) which has been distributed with wp.Vicuna, each skin is stored in one folder by the name of style-○○○.

Upload skin

style-○○○ folder uploads to the wp.Vicuna theme folder.

Set the PATH in Admin page.

Open style.css which is inside the wp.Vicuna theme folder, describe as follows and upload.

(style-)○○○ be skin's name.

@import url(style-○○○/0-import.css);

Add to the above that all the skins comprise CSS file is imported.

If you do not use the module, 5-module.css line is unnecessary.

Congrats ! Applied method is over.

Skin not applied ?

Checking the item below

  1. The skin file is not uploaded normally in the theme folder
  2. Skin folder name by mistake is
  3. The permission of the CSS file denied
  4. Applied, but seems to be confused with the old cache

Please inspect the link to the stylesheet which is header inside of your WordPress publish page, try making indicate directly from the browser.

<link rel="stylesheet" type="text/css" href="http://foo.org/styles.css" />

Securely is import rule of the file which forms the skin described to the content of styles.css?

In addition, Is path to those files agreeable?

If description is correct, please try verifying whether at URI of the file contents of the CSS file are indicated rights.

Verifying description above, in normal case, you can think the trouble regarding upload such as permission modification of the skin file.

Please connect with the FTP software, and inspect the permission of each skin file.

The permission of the file has the necessity to be read and write possible ( e.g. 644 )

Return to page top