Forum replies created
Hi,
Please provide your site url and attach you screenshot with http://prntscr.com/
To explain any visual issue with a theme, please use a screenshot service, e.g. http://prntscr.com/ or even a video screencast http://screencast-o-matic.com/
Thank you
Hi
Add custom css for display category in single post
.single-post .entry-footer .entry-categories {
display: block;
}
Thank you
Hi,
Add custom css for change the width of the drop down menu
ul.nav-menu li.t4p-dropdown-menu ul {
width: 14em !important;
}
Thank you
Hi,
(1) display the date but to not display the author
Add custom css in additional css area
.entry-header .author {
display: none;
}
(2) not display previous posts
it does not come to the theme but it comes to the plugin like jp-relatedposts
(3) not display the categories
.entry-footer .entry-categories {
display: none;
}
(4) not display excerpt for similar posts
Theme Options -> Blog -> Posts -> Display Similar posts ( Set as Disable )
Hi,
For set background image to header area, Go to dashboard
Appearance -> Header
You have set header-5 so it displays separate menu area, it’s not included in the header area so it’s not set bg image in the menu area.
Thank you
Hi,
Add custom css to remove the categories and comment under post excerpt.
.entry-footer .entry-categories,
.entry-footer .comment-count {
display: none;
}
Thank you
Hi,
Add custom css to remove the next/previous buttons of bootstrap slider
#bootstrap-slider .carousel-control {
display: none;
}
Thank you
You are welcome 🙂
You are welcome 🙂
Hi,
Sorry but not any options for changing a search results page formats.
Thank you