Forum Replies Created

Viewing 20 posts - 2,081 through 2,100 (of 4,908 total)
  • Author
    Posts
  • in reply to: White space between header and menu #104719
    Mahesh
    Participant

    @lewisjm: Its because, you’ve chosen not to display the Site Title and Site Description. If you want to get rid of it, you’ll need to hide the whole header-content with Custom CSS. But it will hide the search bar too as its inside the header-content.
    Go to Dashboard=> Appearance=> Customize=> Additional CSS and add the following CSS:

    #header-content .searchform {
        top: 5px;
    }
    
    header-content {
        padding: 0;
    }
    

    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Permalinks no longer respect WP settings #104716
    Mahesh
    Participant

    @tonylima: Sometimes permalinks don’t work as it should, once saving the permalinks settings does the trick. Glad to know its your issue is resolved. Have a nice day!

    Regards,
    Mahesh

    in reply to: Double cart totals #104714
    Mahesh
    Participant

    @partizant: I checked the same on our server, and got no such issue. The update cart button automatically is disabled once updated. Let me know further.

    Regards,
    Mahesh

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

    @fastlanz: You are using Child theme, does the issue occur on the parent theme as well. Please try activating Parent theme and check. Let me know further.

    Regards,
    Mahesh

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

    @kpreece198: Please add the following CSS:

    @media screen and (max-width: 991px) {
    	#slideshow .slide-inner {
    		margin-top: 150px;
    	}
    }

    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Fabulous Fluid #104624
    Mahesh
    Participant

    @roman06: Please add the following CSS instead:

    .page-content, 
    .entry-content, 
    .entry-summary,
    #featured-grid-content .row{
        margin: 0 !important;
    }

    Main Slider: Which slider type have you chose? If you have Page slider selected, select the pages you want to display as slider and make sure that you the page has featured image set.

    How can I add Privacy and Terms page all the way at the bottom footer of the page next to Copywrite?
    This feature is only available in Pro version. Or you’ll need to customize it through child theme. I recommend you to upgrade to Pro version.

    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: I need some modifications #104623
    Mahesh
    Participant

    @jorgecsanz: Please post in your site url.

    Regards,
    Mahesh

    Mahesh
    Participant

    @marketingman: Glad to know. Let me know if you need further help. Have a nice day!

    Regards,
    Mahesh

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

    @soledad-gonzalez-diaz: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    in reply to: Sticky Footer #104620
    Mahesh
    Participant

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

    Regards,
    Mahesh

    in reply to: Kashmandu Slider excerpt changes #104619
    Mahesh
    Participant

    @jrdphd: Please post in your site url.

    Regards,
    Mahesh

    in reply to: How to change the date metadata in the comments section? #104618
    Mahesh
    Participant

    @cmorales01: For that, you’ll need to create a child theme. You can find more details on creating a child theme HERE. Then override the following function.
    function catchevolution_comment located in catch-evolution/inc/catchevolution-functions.php
    I checked the theme, and has no such issue. Have you installed any plugins? If so, try disabling plugins one by one and check if it resolves the issue. Let me know further. Please post in your site url.

    Regards,
    Mahesh

    in reply to: Custom Designer #104617
    Mahesh
    Participant

    @elliottrae: Its okay. Have a nice day!

    Regards,
    Mahesh

    in reply to: How to remove this white space #104616
    Mahesh
    Participant

    @skynet: Glad to know you’ve resolved it by yourself. Have a nice day!

    Regards,
    Mahesh

    in reply to: Clean Journal Theme optimal image size #104615
    Mahesh
    Participant

    @yogawithagnes: There is no optimal size for the images on the pages. But there are some recommended images sizes, please check the link below:
    https://catchthemes.com/theme-instructions/clean-journal/#featured-image
    Let me know if any problem.

    Regards,
    Mahesh

    Mahesh
    Participant

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

    @media screen and (max-width: 990px) {
        #page {
            margin-top: 80px;
        }
    }

    Regards,
    Mahesh

    Mahesh
    Participant

    @jrdphd:
    1. You have two options to select from by default, 3 columns and 4 columns. If you want to change further, it can be done through custom CSS. Let me know further for that.
    For font and size, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    /* Content */
    #featured-post .entry-content {
        font-size: 20px;
        font-family: Times New Roman;
    }
    /* Title */  
    #featured-post .entry-title {
        font-size: 30px;
        font-family: Times New Roman;
    }

    2. For this, you’ll need to customize the theme. I recommend you to hire a customizer.

    Regards,
    Mahesh

    in reply to: Responsive Design #104608
    Mahesh
    Participant

    @adobosm: Please post in your site url.

    Regards,
    Mahesh

    in reply to: Stop showing date and time in comments. #104560
    Mahesh
    Participant

    @ugpost: You can simply use the Custom CSS to hide the date and time for each comment posted. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #comments .comment-meta {
        display: none;
    }

    Regards,
    Mahesh

    in reply to: I need some modifications #104555
    Mahesh
    Participant

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

    /* Secondary menu color */
    #access-secondary ul.menu a {
        color: #ff00ff;
    }
    /* Secondary menu color on hover */
    #access-secondary ul.menu li:hover a {
        color: #ff0000;
    }

    Regards,
    Mahesh

Viewing 20 posts - 2,081 through 2,100 (of 4,908 total)