Forum Replies Created

Viewing 31 replies (of 31 total)
  • Thread Starter Rozhdestvenskiy

    (@rozhdestvenskiy)

    So I decided to use Chrome dev tools to inspect elements. I also installed Filezilla for accessing FTP and Notepad++. After that I created and activated child theme.

    But unfortunately editing Style.css of my child theme didn’t give me any results. Here is my child style.css:

    /*
     Theme Name:     Twenty Fourteen Child Theme
     Theme URI:      -
     Description:    Twenty Fourteen Child Theme
     Author:         -
     Author URI:     -
     Template:       twentyfourteen
     Version:        1.0.0
    */
    
    @import url("../twentyfourteen/style.css");
    
    /* =Theme customization starts here
    ------------------------------------------------------- */
    
    #disqus_thread {
       margin: 0 100px;
    }
    
    a.more-link {
       color: #f00;
    }
Viewing 31 replies (of 31 total)