Forum Replies Created

Viewing 20 posts - 4,101 through 4,120 (of 4,908 total)
  • Author
    Posts
  • in reply to: Hiding Masthead to Breadcrumb per page #87722
    Mahesh
    Participant

    @calsurance: Thank you for your appreciation. Yes, your above code is more specific (navbar having classes .nav-primary and .search-enabled), and since you’ve enabled searchbar, it will work fine. Have a nice day!

    Regards,
    Mahesh

    in reply to: Remove search bar #87721
    Mahesh
    Participant

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

    Regards,
    Mahesh

    in reply to: Help making content font size slightly smaller #87720
    Mahesh
    Participant

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

    Regards,
    Mahesh

    in reply to: Slider Head Error #87719
    Mahesh
    Participant

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

    Regards,
    Mahesh

    in reply to: Centre Feature Content Text – Catch Everest FREE Theme #87718
    Mahesh
    Participant

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

    Regards,
    Mahesh

    in reply to: Logo resolution #87675
    Mahesh
    Participant

    @ericmuc: I do understand your problem. The pixel are visible a little without zooming when viewing in browser. Changing to a bigger logo is okay too, could you provide the actual image you are trying to use instead. But for retina displays, it is recommended that you use SVG images instead of bitmap images (JPEG, TIFF, PNG, and GIF).
    Let me know if I can help you further.

    Regards,
    Mahesh

    in reply to: Improvement responsive.css #87670
    Mahesh
    Participant

    @ericmuc: Its kinda strange, earlier when I checked your site having all of the above code above in Custom CSS, the widget seem to be sticking out to left iat 560px to 481px (causing design issue) and now you’ve removed it (as per my suggestion), causing design issue as in the image link you’ve provided. Please use the Custom CSS that you’ve put earlier and this design issue will be fixed. May be a cache problem in mine earlier.
    Let me know if any trouble.
    Sorry of the inconvenience.

    Regards,
    Mahesh

    in reply to: Full width slider #87666
    Mahesh
    Participant

    @ospriya: There plenty of differences and similarities in these two themes. Following differences can be pointend out:
    Catch Adaptive Pro:
    1. Full width Layout theme
    2. Full width fixed header menu
    3. Full width Slider
    4. Full width Footer
    5. Masonry layout blog page

    Catch Responsive Pro:
    1. Boxed Layout theme
    2. Fixed width header menu
    3. Fixed width Slider
    4. Fixed width Footer
    5. Normal Blog list

    You can find more details on the link below:
    Catch Adaptive Pro: https://catchthemes.com/themes/catch-adaptive-pro/
    Catch Responsive Pro: https://catchthemes.com/themes/catch-responsive-pro/

    For just hiding date on meta-data, go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:

    #content .entry-meta .posted-on {
        display: none;
    }

    Regards,
    Mahesh

    in reply to: Improvement responsive.css #87664
    Mahesh
    Participant

    @ericmuc: Checked your site and the margin left in your Custom CSS is working fine correctly (reflecting as it should on the front end). But as I checked, I think you can remove the middle one media rule i.e. the below code:

    @media screen and (max-width: 560px) {
    	#secondary .widget {
    		margin-left: -20px;
    		padding: 10px 4%;
    		width: 91%;
    	}
    }

    It is causing some design issue when viewed at width 560px to 481px. Other is working fine as it should.
    Let me know if any problem.

    Regards,
    Mahesh

    Mahesh
    Participant

    @karbasetti: We tried to contact you through email but it says “Delivery to the following recipient failed permanently”, you can send us your email or a/c details to our email privately.
    Let me know if any trouble.

    Regards,
    Mahesh

    in reply to: Hiding Masthead to Breadcrumb per page #87661
    Mahesh
    Participant

    @calsurance: For the given page, you’ll just have to do a slight change and it will fix the issue. Please use the following CSS:

    .page-id-331 #masthead, 
    .page-id-331 .nav-primary, 
    .page-id-331 #breadcrumb-list {
        display: none;
    }

    Note: Your variant in second one didn’t work because nav-primary is class not id so we have to use .(dot for class) instead of #(hash for id).
    Hope this helps.

    Regards,
    Mahesh

    Mahesh
    Participant

    @karbasetti: We’ll need to check with your server to see what it the problem. We will contact you through email.

    Regards,
    Mahesh

    in reply to: remove site title from header #87615
    Mahesh
    Participant

    @shawzepe: For that you can use the following CSS instead:

    #site-header .site-title {
        display: none;
    }

    Regards,
    Mahesh

    in reply to: Menu effects #87611
    Mahesh
    Participant

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

    Regards,
    Mahesh

    in reply to: Center Logo and Title + Subtitle #87610
    Mahesh
    Participant

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

    Regards,
    Mahesh

    in reply to: hide title #87609
    Mahesh
    Participant

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

    Regards,
    Mahesh

    in reply to: Customize sidebar widget recent posts #87605
    Mahesh
    Participant

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

    .widget img.rpwe-thumb {
        border: none !important;
    }
    
    .post-22.page #gallery-2 img, 
    .post-26.page #gallery-2 img,
    .post-26.page #gallery-4 img {
        border: none;
    }

    Regards,
    Mahesh

    in reply to: Slider Head Error #87600
    Mahesh
    Participant

    @ericmuc: Same here, not occurring in mine either. Please use the following CSS:

    @media screen and (min-width: 767px) {
        #main-slider .entry-container {
            width: 350px;
        }
    }

    Hope this helps.

    Regards,
    Mahesh

    in reply to: Help making content font size slightly smaller #87594
    Mahesh
    Participant

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

    .entry-content {
        font-size: 15px;
    }

    Note: Please adjust the font-size as you required. (Default is 16px)

    Regards,
    Mahesh

    in reply to: remove site title from header #87593
    Mahesh
    Participant

    @shawzepe: Do you mean to remove Site Title and Title Tagline from header? If yes, go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:

    #site-header {
        display: none;
    }

    Regards,
    Mahesh

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