Forum replies created

    Priyank
    Spectator
    Posts: 747
    January 19, 2018 at 6:56 am #36266

    Hii,

    1) reduce the padding/spacing between the individual post boxes then Add custom CSS to your additional CSS area

    .homepage-content .col-md-4 {
    padding-right: 0;
    padding-left: 0;
    }

    We have not provided to change the post and widget color but if you want to change color use to CSS then follow according to below step.

    2) Change the post background color then Add custom CSS to your additional CSS area

    .t4p-fullwidth.homepage-content {
    background-color: beige;
    }

    3) Change the widget background color then Add custom CSS to your additional CSS area

    div#secondary, div#secondary-2 {
    background-color: lightpink;
    }

    in above second and third CSS, you use any color you want to set in post background color and widget background color.

    Thank You.

    Priyank
    Spectator
    Posts: 747
    January 19, 2018 at 6:18 am #36265

    Hii,

    Go to the blog page and change the page title, so your page title can be changed.

    Thank You.

    Priyank
    Spectator
    Posts: 747
    January 17, 2018 at 8:08 am #36248

    Hii,

    Add custom CSS to your additional CSS area.

    @media (max-width: 768px){
    .header_v0 .title-container #logo a {
    font-size: 23px;
    }
    }

    Thank You.

    Priyank
    Spectator
    Posts: 747
    January 17, 2018 at 7:09 am #36245

    Hii,

    We reducing vertical padding then add Add custom CSS to your additional CSS area.

    .float-right {
    margin-top: 0px;
    margin-bottom: 0px;
    }

    and a difference between md-2, md-4 and md-8, it reffer below link.

    https://www.w3schools.com/bootstrap/bootstrap_grid_examples.asp

    Thank You.

    Priyank
    Spectator
    Posts: 747
    January 17, 2018 at 6:22 am #36243

    Hii,

    We have added your script tag on body tag in the header.php file.
    Also, the code lines 1-3 and 8-10 must be aligned at the same level as the tag and the lines 4-7 are shifted to the right.

    Thank You

    Priyank
    Spectator
    Posts: 747
    January 16, 2018 at 8:49 am #36229

    Hii,

    Its code doesn’t effect on your site and space and tabulation are automatically set according to editor wise.

    Thank You.

    Priyank
    Spectator
    Posts: 747
    January 16, 2018 at 6:51 am #36227

    Hii,

    You have added above code it’s a right way, and you don’t want any mistake.

    Thank You.

    Priyank
    Spectator
    Posts: 747
    January 16, 2018 at 5:53 am #36226

    Welcome!!!!

    Priyank
    Spectator
    Posts: 747
    January 13, 2018 at 8:23 am #36151

    Hii,

    If We show “Read More” button with date and category then select a large layout.any other layout it can’t possible.

    Thank You.

    Priyank
    Spectator
    Posts: 747
    January 13, 2018 at 7:31 am #36150

    Hii,

    Go to theme option

    theme option -> Custom home/front page builder -> General & Layout settings -> Home/front page element display and order -> Header area -> enable(drag Bootstrap Slider).

    And, theme option -> Bootstrap Slider -> General -> Bootstrap Slider on all pages (unchecked this checkbox).

    And the second one is, Add custom CSS to your additional CSS area.

    #bootstrap-slider .carousel-control {
    display: none;
    }

    Thank You.