Forum replies created
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.
Hii,
Go to the blog page and change the page title, so your page title can be changed.
Thank You.
Hii,
Add custom CSS to your additional CSS area.
@media (max-width: 768px){
.header_v0 .title-container #logo a {
font-size: 23px;
}
}
Thank You.
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.
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
Thank You
Hii,
Its code doesn’t effect on your site and space and tabulation are automatically set according to editor wise.
Thank You.
Hii,
You have added above code it’s a right way, and you don’t want any mistake.
Thank You.
Welcome!!!!
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.
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.