Forum replies created

    Priyank
    Spectator
    Posts: 747
    January 23, 2018 at 6:30 am #36316

    Hii,

    Go to theme Option

    Theme option -> WooCommerce -> Disable Woocommerce Shop Page Ordering Boxes ( check this box ).

    so you can’t display sorting blocks on the page.

    Thank You

    Priyank
    Spectator
    Posts: 747
    January 22, 2018 at 9:31 am #36311

    Welcome!!

    Priyank
    Spectator
    Posts: 747
    January 22, 2018 at 9:29 am #36310

    Hii,

    Add Below custom CSS on additional CSS area

    #primary{
    background-color: beige;
    }

    Thank You.

    Priyank
    Spectator
    Posts: 747
    January 22, 2018 at 5:54 am #36309

    Welcome!!

    Priyank
    Spectator
    Posts: 747
    January 20, 2018 at 11:24 am #36303

    Hii,

    Add Custom CSS on Additional CSS area

    #secondary, #secondary-2{
    background-color:beige;
    }

    Thank You

    Priyank
    Spectator
    Posts: 747
    January 20, 2018 at 10:06 am #36301

    Hello

    Theme tag start and close in header.php and footer.php both file available in root of theme directory.

    In header.php file line no: 74 around tag start so you can add your code after it.
    In footer.php file line no: 104 around tag close so you can add your code above it.

    Thank you

    Priyank
    Spectator
    Posts: 747
    January 20, 2018 at 7:19 am #36299

    Welcome!!!

    Priyank
    Spectator
    Posts: 747
    January 20, 2018 at 7:16 am #36298

    Hii,

    You mistake to written class on CSS so, change above CSS

    .homepage-content .margin-40,
    .archive .margin-40,
    .category .margin-40 {
    margin-bottom: 0;
    }

    and Add extra Custom CSS on Additional CSS

    #primary .formatted-post{
    padding-bottom: 0;
    }

    Thank You

    Priyank
    Spectator
    Posts: 747
    January 19, 2018 at 1:34 pm #36272

    Hii,

    We have checked your problem and resolved. We will update this bug in our next theme update.
    We have change this code in your side but we have not access your theme editor so we can’t edit your theme so update this code manually to yourself.
    Follow instruction step by step:

    Go to theme directory
    theme -> evolve_plus -> library -> functions -> basic functions.php in change the code accroding to below file

    https://www.dropbox.com/s/z3hnrpcarlxe465/titlechange.txt?dl=0

    You change above three line then your show news page title change to the news.

    Thank You.

    Priyank
    Spectator
    Posts: 747
    January 19, 2018 at 1:00 pm #36269

    Hii,

    Add Custom CSS On Addition CSS area

    .hentry{
    padding-bottom: 0;
    }
    .homepage-content .margin-40 {
    margin-bottom: 0;
    }
    .hentry h2{
    margin-top: 0;
    }

    Thank You.