Viewing 2 replies - 1 through 2 (of 2 total)
  • Sona

    (@support-web-dorado)

    Dear roser001,

    Please add the following:

    in style.css

    .single #content,
    .blog_body #content{
    background: #fff;
    }

    in front_end_functions.php

    in function wedding_content_posts_for_home() after every single
    foreach

    if ( get_option( ‘page_for_posts’ ) && is_home()){
    $blog_style=true;
    $grab_image=true;
    }

    Sona

    (@support-web-dorado)

    By the way for the first part you can add the changes to Theme Options->General> Custom CSS
    .single #content,
    .blog_body #content{
    background: #fff;

    Please note , that you will need to add the customization code in function wedding_content_posts_for_home() every time after the theme update, because it will overwrite the files.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘BLOG posts’ is closed to new replies.