Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter amokutan

    (@amokutan)

    I’m not a coder but googling, tweaking here and there suddenly I got everything I wanted. Therefore I’ll just share the Additional CSS code I have, so that you can give it a try.

    body.page-template-blog-layout:not(.home) header.entry-header {
        text-align: left;
    }
    
    body.page-template-blog-layout:not(.home) header.entry-header .entry-title{
    	font-size:1.5em;
    	margin-bottom:0px;
    }
    
    .copyright {
        display: none !important;
    }
    
    section[class*="-section"] .widget-title:after, .section-title span:after {
        background: #ffde23;
    }
    Thread Starter amokutan

    (@amokutan)

    ps: the theme Explore is originally in English. To display the Japanese translation I’ ve edited functions.php as follows:

    from
    load_theme_textdomain( ‘explore’, get_template_directory() . ‘/languages’ );
    to
    load_theme_textdomain( ‘explore-ja‘, get_template_directory() . ‘/languages’ );

    • This reply was modified 8 years, 2 months ago by amokutan.
Viewing 2 replies - 1 through 2 (of 2 total)