Forum replies created

    vaibhav
    Spectator
    Posts: 287
    December 5, 2017 at 6:59 am #35851

    Hi,

    First, Add above custom css in your additional css area of the customizer.
    go to dashboard and open a path
    Appearance -> Customize
    http://prntscr.com/hj8g61

    Sorry for we miss your third point, don’t worry definitely we will help you to how to track custom css. you need to some basic HTML and CSS knowleage.
    https://developers.google.com/web/tools/chrome-devtools/css/

    Thank you

    In reply to PHP 7
    vaibhav
    Spectator
    Posts: 287
    December 4, 2017 at 10:14 am #35838

    Hi,

    Please update your Theme4press Core plugin, Use the latest version of this plugin.

    Thank you

    vaibhav
    Spectator
    Posts: 287
    December 4, 2017 at 9:19 am #35837

    Hi,

    You can use our blog shortcode for your some customization work.
    Check blog shortcode document

    Blog

    4. Or suppressing the empty space above the set of posts

    .navigation-links {
    margin-bottom: 0px;
    }

    Thank you

    vaibhav
    Spectator
    Posts: 287
    December 4, 2017 at 9:10 am #35836

    Hi,

    For your first point,
    Sorry it’s not possible in sticky menu, you have to permanently expanded search box with header2, header4 and header6

    And your second and third point,
    Add custom css
    .home .published,
    .home .comment-count {
    color: #333;
    }

    Thank you

    vaibhav
    Spectator
    Posts: 287
    December 4, 2017 at 8:43 am #35835

    Hi,

    Add custom css for space between blog posts
    .page-id-1099 .t4p-blog-medium .entry-meta .entry-meta-details {
    margin: 0;
    }

    .page-id-1099 .t4p-blog-medium .entry-meta, .t4p-blog-large .entry-meta {
    margin: 0;
    padding: 0;
    }

    .page-id-1099 .hentry {
    padding-bottom: 0px;
    }

    Thank you

    vaibhav
    Spectator
    Posts: 287
    December 4, 2017 at 7:22 am #35834

    Hi,

    Currently, we have found old css on your site, sorry we have not found new css that you have set.
    https://prnt.sc/hirmxs

    please give us access to customizer screen, we have not access you customizer screen so we have not check your css.

    Thank you

    vaibhav
    Spectator
    Posts: 287
    December 4, 2017 at 7:13 am #35833

    Hi,

    Sorry for the inconvenience.

    Go to theme options and disable it.

    Theme Options -> Custom Home/Front Page Builder -> General & Layout Settings -> Home/Front Page Elements Display and Order -> Content Area ( Enable Content Boxes and remaining disable it )

    Thank you

    vaibhav
    Spectator
    Posts: 287
    December 4, 2017 at 7:05 am #35831

    Hi,

    Ok, We consider your topic as close.
    Ensure that you have to activate theme require a plugin like Redux Framework and Theme4press Core.

    Thank you

    vaibhav
    Spectator
    Posts: 287
    December 4, 2017 at 7:03 am #35830

    Hi,

    Add custom css for background opacity of sticky header
    body #header.sticky-header.sticky {
    opacity: 0.7;
    }

    Thank you

    vaibhav
    Spectator
    Posts: 287
    December 2, 2017 at 6:35 am #35725

    Hi,

    You need to some customization work on your theme.
    first, add custom css
    .thumbnail-post img {
    width: 100%;
    }

    After that open page.php and content-blog.php through ftp or Cpanel.
    both file path:
    \wp-content\themes\evolve-plus\page.php
    \evolve\wp-content\themes\evolve-plus\content-blog.php

    After that find below code in both file
    the_post_thumbnail(‘post-thumbnail’);

    And replace with this one
    the_post_thumbnail(‘full’);

    Save and upload it.

    Thank you