Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author Dumitru Brinzan

    (@ilovewpcom)

    1. index.php, line #48:
    <?php if ( is_home() && !is_paged() ) { ?><p class="widget-title"><?php _e('Recent Posts','videoblog'); ?></p><?php } ?>

    2. style.css, line #760:
    #site-content .widget-title, #site-aside .widget-title, .comments-area .comments-title {

    Thread Starter Dave

    (@omshankar)

    but if theme updates in future then these all work will be removed.

    Theme Author Dumitru Brinzan

    (@ilovewpcom)

    Then create a child theme and implement these changes there.
    The CSS code can be added via the Customizer and it will stay with a theme update.

    Thread Starter Dave

    (@omshankar)

    sir if I use plugin “Childify Me” as a child theme then it will be fine?

    Theme Author Dumitru Brinzan

    (@ilovewpcom)

    You can try and see.

    Thread Starter Dave

    (@omshankar)

    Thank you I have done it and working fine.
    Can you please tell me how can I change yellow color and Black back ground color of Text “Home”
    Please check screenshot for more clarification.

    https://prntscr.com/e8iuf3

    Theme Author Dumitru Brinzan

    (@ilovewpcom)

    Please use the Google Chrome Element Inspector tool for customization assistance, it will show you the exact CSS rules that correspond to each element.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Problem’ is closed to new replies.