Forum replies created

    vaibhav
    Spectator
    Posts: 287
    November 27, 2017 at 7:02 am #35500

    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

    vaibhav
    Spectator
    Posts: 287
    November 27, 2017 at 6:59 am #35499

    Hi

    Add custom css for display category in single post
    .single-post .entry-footer .entry-categories {
    display: block;
    }

    Thank you

    vaibhav
    Spectator
    Posts: 287
    November 27, 2017 at 6:53 am #35498

    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

    vaibhav
    Spectator
    Posts: 287
    November 27, 2017 at 6:44 am #35497

    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 )

    vaibhav
    Spectator
    Posts: 287
    November 27, 2017 at 6:32 am #35496

    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

    vaibhav
    Spectator
    Posts: 287
    November 25, 2017 at 6:23 am #35441

    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

    vaibhav
    Spectator
    Posts: 287
    November 25, 2017 at 6:20 am #35440

    Hi,

    Add custom css to remove the next/previous buttons of bootstrap slider
    #bootstrap-slider .carousel-control {
    display: none;
    }

    Thank you

    vaibhav
    Spectator
    Posts: 287
    November 25, 2017 at 5:51 am #35438

    You are welcome 🙂

    vaibhav
    Spectator
    Posts: 287
    November 25, 2017 at 5:50 am #35437

    You are welcome 🙂

    vaibhav
    Spectator
    Posts: 287
    November 24, 2017 at 7:37 am #35430

    Hi,

    Sorry but not any options for changing a search results page formats.

    Thank you