December 2017
Beginner
458 pages
7h 52m
English
Now, let's activate this theme by pressing the Activate button on the theme. If we go to the frontend page and reload it, we're obviously not going to get anything there.
The first thing to do in this case is to put in the style, the CSS. We will open the stylesheet (style.css) from our HTML template, copy its code, and then put it right under the comment we have added earlier:
/* Theme Name: PhotoGenik Author: Brad Traversy Author URI: http://eduonix.com Description: Photo gallery theme Version: 1.0.0*/body{ background: #000; color: #fff;}a{ text-decoration: none;}li{ list-style: none;}input{ color: #333;}img{ width:100%;}.post{ padding:20px;}.pic{ text-align: center;}header input{ margin-top:15px;}footer{ text-align: ...Read now
Unlock full access