Forum Replies Created

Viewing 20 posts - 2,101 through 2,120 (of 4,888 total)
  • Author
    Posts
  • in reply to: Menu Bar #104546
    Mahesh
    Participant

    @filip_1: Do you mean to change the image size of the featured image on the blog list page? If so, you’ll need to create a child theme. You can find more details on creating child theme HERE. Then in you child theme’s functions.php, add the following codes:

    add_action( 'init' , 'simplecatch_child_adjust_image_size');
    function simplecatch_child_adjust_image_size() {
        remove_image_size( 'featured');
        add_image_size( 'featured', 210, 210, false);
    }

    Note: change the dimensions as required. The default thumbnail size is 210 x 210 and set to true so it crops the image and doesn’t maintain the aspect ratio.

    For the above code to work, you have to activate the child theme. After activating, you do not have to update the all the images. Please use Regenerate Thumbnail plugin to regenerate all the images with desired sized.
    Go to “Dashboard=> Tools=> Regen. Thumbnails” and click Regenerate All Thumbnails. Then check your site, it will resize the thumbnails uncropped.

    Hope you understand.

    Regards,
    Mahesh

    in reply to: Slider Image Size & font colours #104545
    Mahesh
    Participant

    @rodeboy: Yes, may be a caching problem. I checked your site on both desktop and mobile and no hyphens are showing.

    Regards,
    Mahesh

    in reply to: Add a title to post section #104544
    Mahesh
    Participant

    @soledad-gonzalez-diaz: For that, you’ll need to create a child theme. You can find more details on creating child theme HERE. Then in your child theme, copy index.php from the main theme and just below <?php if ( have_posts() ) : ?>, add the following codes:
    <?php echo '<h1 class="custom-blog-title">Last News</h1>'; ?>
    For centering the title, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .custom-blog-title {
        text-align: center;
    }
    in reply to: Adjust Text in Home Page Slider #104505
    Mahesh
    Participant

    @mmhgloba: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #main-slider .entry-header .entry-title a {
        font-family: Arial;
        font-size: 22px;
        color: #00ff00;
    }

    Note: Change the size and color as desired.

    Regards,
    Mahesh

    in reply to: Align Primary Menu Left and Mobile menu not showing. #104504
    Mahesh
    Participant

    @fastlanz: Have you customized the menu? Can find the menu anchor for mobile view. Let me know further.

    Regards,
    Mahesh

    in reply to: Adjust Text in Home Page Slider #104502
    Mahesh
    Participant

    @mmhgloba: Please post in your site url.

    Regards,
    Mahesh

    Mahesh
    Participant

    @marketingman: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .breadcrumb ul li a {
        color: #00ff00;
    }
    
    .breadcrumb ul li a:hover, 
    .breadcrumb ul li.current_item {
        background-color: #ff00ff;
    }

    Note: Change the color as desired.

    Regards,
    Mahesh

    in reply to: Formatting Slider title typography and position? #104500
    Mahesh
    Participant

    @vetrepreneur: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #feature-slider .entry-title, 
    #feature-slider .entry-title a,
    #feature-slider .entry-content,
    #feature-slider .more {
        color: #ff00ff;
    }

    Note: Please change the color as desired.

    Regards,
    Mahesh

    in reply to: Clean Business Pro Transparent Menu/Title Background #104498
    Mahesh
    Participant

    @kpreece1985: For solid black background for fixed header, add the following CSS:

    #masthead.float-header {
        background-color: rgba(0, 0, 0, 1);
    }
      
    #masthead.float-header .site-title a, 
    #masthead.float-header .site-description, 
    #masthead.float-header #mainnav ul li a {
        color: rgb(255, 255, 255);
    }

    Regards,
    Mahesh

    in reply to: Transparent Logo #104495
    Mahesh
    Participant

    @sammyjenkis: I did check it in both Chrome and Firefox, and it is transparent. Please check the image in the link below:
    http://bit.ly/2gn29mh

    Regards,
    Mahesh

    Mahesh
    Participant

    @heidi-bissell: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    Mahesh
    Participant

    @marketingman: If you want further customization, I recommend you to hire a customizer.
    https://catchthemes.com/hire-customizer/

    Regards,
    Mahesh

    in reply to: Repeated refreshing after post/page update/creation #104491
    Mahesh
    Participant

    @altusfiction: We’ll contact you through an email shortly.

    Regards,
    Mahesh

    in reply to: Fabulous Fluid #104490
    Mahesh
    Participant

    @roman06: Go to Dashboard=> Appearance=> Customize=> Theme Optoins=> Custom CSS box and add the following CSS. Add the following CSS:

    .page-content, .entry-content, .entry-summary {
        margin: 0;
    }

    I don’t get this, main slider has the same title for all the feature post-any ideas how I can fix that? Can you please clarify.

    Regards,
    Mahesh

    in reply to: Sticky Footer #104488
    Mahesh
    Participant

    @helgphi: Add the following CSS:

    html, body {
        height: 100%;
        min-height: 100%;
    }
    
    .site {
        position: relative;
        min-height: 100%;
    }
    
    #colophon {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
      
    .home  #colophon {
        position: absolute;
        bottom: -100px;
        width: 100%;
    }

    Regards,
    Mahesh

    in reply to: Slider Image Size & font colours #104487
    Mahesh
    Participant

    @rodeboy: Add the following CSS:

    .hentry {
        hyphens: none;
    }

    Regards,
    Mahesh

    Mahesh
    Participant

    @marketingman: Its the bottom border of #masthead. Please add the following CSS:

    #masthead {
        border-bottom: none;
    }

    Regards,
    Mahesh

    in reply to: Wrong displaying of a single product #104383
    Mahesh
    Participant

    @serpico57: Thank you for your appreciation. Have a nice day.

    Regards,
    Mahesh

    in reply to: Transparent Logo #104382
    Mahesh
    Participant

    @sammyjenkis: I checked your site, the logo is fine, it has transparent background.

    Regards,
    Mahesh

    in reply to: Background image on some, not all pages #104381
    Mahesh
    Participant

    @elkehb: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 20 posts - 2,101 through 2,120 (of 4,888 total)