Forum Replies Created

Viewing 20 posts - 781 through 800 (of 4,903 total)
  • Author
    Posts
  • in reply to: Remove featured header images #114418
    Mahesh
    Participant

    @saimma: Go to Dashbaord=> Appearance=> Customize=> Header Image and select Homepage/Frontpage in Enable Featured Header Image on option.

    Regards,
    Mahesh

    in reply to: Web Page not responsive on Mobile #114414
    Mahesh
    Participant

    @masterchess: The theme is fully responsive. The issue you are having is due to iframe. The iframe has fix width of 1320px and height 850px.

    Regards,
    Mahesh

    in reply to: How to set featured image on not found/404 page? #114413
    Mahesh
    Participant

    @durfteimproviseren: The theme does show the default header image for 404 pages. If you want to have different header image for that page, you’ll need to customize the theme further. I recommend you to hire a customizer.

    Regards,
    Mahesh

    in reply to: Hiding 'Home' #114412
    Mahesh
    Participant

    @fireflywebs: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    .home #main article#post-83 > .entry-container > .entry-header {
    	display: none;
    }

    Regards,
    Mahesh

    in reply to: How du i make the Menu,contens and footer transparent? #114367
    Mahesh
    Participant

    @bl: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #site-navigation {
        width: 84.3%;
    }
    
    .site-logo {
        width: 160px;
    }
    
    .main-navigation, 
    .site-content, 
    .site-info {
        background-color: transparent;
    }

    Regards,
    Mahesh

    in reply to: Need somme tips for my site. #114361
    Mahesh
    Participant

    @nydeo: I checked your site, the menu and logo are on the same line as you want. Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #masthead {
        padding: 0;
    }

    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: CT: Recent Posts issue #114341
    Mahesh
    Participant

    @maciejrzeszutko: Add the following CSS:

    .ctfeaturedpostpage .featured-image, .ctfeaturedpostpage .featured-image {
        width: 25%;
    }
    
    .ctfeaturedpostpage .entry-container, .ctfeaturedpostpage .entry-container {
        width: 75%;
    }
    
    .excerpt-image-left.has-post-thumbnail .archive-post-wrap .featured-image, .excerpt-image-right.has-post-thumbnail .archive-post-wrap .entry-container, .ctfeaturedpostpage .featured-image, .ctfeaturedpostpage .entry-container {
        float: left;
    }
      
    .ctfeaturedpostpage .entry-container {
        padding-left: 15px;
    }

    Regards,
    Mahesh

    in reply to: Need somme tips for my site. #114339
    Mahesh
    Participant

    @nydeo: Cannot open your site.
    Is it possible to change my purchase and be oriented towards a full template?
    => Please contact the sale for the purchase related questions.
    https://catchthemes.com/contact-us/

    Regards,
    Mahesh

    in reply to: Article pictures aren't show on blog page #114336
    Mahesh
    Participant

    @wplaunch: How can we help you?

    Regards,
    Mahesh

    in reply to: featured image full width #114335
    Mahesh
    Participant

    @infolittlegiftplace-co-uk: Then go to Customize=> Theme Options=> Layout Options and select Disabled in Single Page/Post Image Layout option. Click Save & Publish. Let me know if any problem.
    This step in the above thread will avoid displaying two images.

    Regards,
    Mahesh

    in reply to: CT: Recent Posts issue #114334
    Mahesh
    Participant

    @maciejrzeszutko: Please post in your site url.

    Regards,
    Mahesh

    in reply to: resize menu or reduce space in the menu #114332
    Mahesh
    Participant

    @hrh: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    .clean-box-nav-menu .sub-menu a {
        padding: 5px 20px;
    }

    Regards,
    Mahesh

    in reply to: upgrade to pro #114331
    Mahesh
    Participant

    @caribbeangirltravels: Thank you for your appreciation. The issue is due to Safari browser. As now a days, the modern browser like Safari auto extract the safe zip file. So, it automatically unzipped. To download the zip file from Safari, open Safari and go to “Safari -> Preferences” and in “General” tab, uncheck Open “safe” files after downloading. This will stop Safari from automatically unzipping the files and then you can download zip file.

    Regards,
    Mahesh

    in reply to: Need somme tips for my site. #114330
    Mahesh
    Participant

    @nydeo: Have you selected menu in header right menu? Please post in your site url.

    Regards,
    Mahesh

    in reply to: Footer widget issue since update #114328
    Mahesh
    Participant

    @rodeboy: I checked with the previous version just to make sure if the update has caused the issue but no, the design is the same in the older version as well.

    Regards,
    Mahesh

    in reply to: Custom menu not showing on blog page sidebar #114326
    Mahesh
    Participant

    @fireflywebs: Please try disabling all the plugins and check if that solves the issue. Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Change font weight #114322
    Mahesh
    Participant

    @jennifersimsdesign-com-au: Go to Dashbaord=> Appearance= Customize=> Additional CSS box and add the following CSS:

    #feature-slider .entry-title, 
    #primary .entry-content h3, .blog .entry-title, .archive .entry-title, 
    #secondary .widget-title, .widget_fabulous_fluid_page_widget .entry-title, .widget_fabulous_fluid_post_widget .entry-title, 
    #per-slide-template h2,
    #featured-content .featured-content-wrap .entry-title {
        font-weight: 300;
    }

    Regards,
    Mahesh

    Mahesh
    Participant

    @rmerrill: Do you have any plugins installed? If yes, try disabling plugins and check if that resolves the issue. Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Logo / header Background color change #114319
    Mahesh
    Participant

    @pfeiffernc: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #masthead {
        padding: 0;
        background-color: #000;
    }
    
    #site-branding {
        padding: 0;
    }
    
    #site-branding, 
    #site-logo, 
    #site-header {
        background-color: #000;
    }

    Regards,
    Mahesh

    in reply to: Compatibility Catch Evolution PRO 3.4.1 and WC 3.03 #114301
    Mahesh
    Participant

    @serpico57: Yes, it is compatible with WooCommerce 3.0.3.

    Regards,
    Mahesh

Viewing 20 posts - 781 through 800 (of 4,903 total)