Forum Replies Created

Viewing 20 posts - 2,081 through 2,100 (of 4,903 total)
  • Author
    Posts
  • 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

    in reply to: Content Area and sidebar area. #104554
    Mahesh
    Participant

    @ugpost: You’ll need to change the width of the wrapper in the first place, then adjust the width of primary and secondary content And adjust their width accordingly for responsiveness. I recommend you to hire a customizer for this.

    Regards,
    Mahesh

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

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

    #main-slider .entry-container {
        width: 250px;
        background-color: rgba( 214, 214, 214, 1);
        color: #00ff00;
        border: none;
    }
    
    #main-slider .entry-container:hover {
        color: #00ff00;
        background-color: rgba( 214, 214, 214, 1);
        border: none;
    }
    
    #main-slider .entry-container .entry-title a{
        color: #ff00ff;
    }
    
    #main-slider {
        border: none;
    }

    Note: Please adjust the value as per desired.

    Regards,
    Mahesh

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

    @mmhgloba: The theme by default uses sans-serif. The way you’ve changed the font to Times New Roman is correct and looks nice too.
    About the space between footer menu and copyright, seems almost the same. Let me know further.

    Regards,
    Mahesh

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

    @vetrepreneur: Replace the above CSS with this one:

    /* First Slider */
    #feature-slider .post-149.slider-box .entry-title, 
    #feature-slider .post-149.slider-box .entry-title a,
    #feature-slider .post-149.slider-box .entry-content,
    #feature-slider .post-149.slider-box .more {
        color: #fff0ff;
        text-shadow: 2px 2px #ff0000;
    }
    /* Second Slider */
    #feature-slider .post-114.slider-box .entry-title, 
    #feature-slider .post-114.slider-box .entry-title a,
    #feature-slider .post-114.slider-box .entry-content,
    #feature-slider .post-114.slider-box .more {
        color: #ff0fff;
        text-shadow: 2px 2px #fff000;
    }
    /* Third Slider */
    #feature-slider .post-118.slider-box .entry-title, 
    #feature-slider .post-118.slider-box .entry-title a,
    #feature-slider .post-118.slider-box .entry-content,
    #feature-slider .post-118.slider-box .more {
        color: #ffff00;
        text-shadow: 2px 2px #ffcc00;
    }
    /* Forth Slider */
    #feature-slider .post-112.slider-box .entry-title, 
    #feature-slider .post-112.slider-box .entry-title a,
    #feature-slider .post-112.slider-box .entry-content,
    #feature-slider .post-112.slider-box .more {
        color: #0000ff;
        text-shadow: 2px 2px #ff00cc;
    }
    /* Fifth Slider */
    #feature-slider .post-108.slider-box .entry-title, 
    #feature-slider .post-108.slider-box .entry-title a,
    #feature-slider .post-108.slider-box .entry-content,
    #feature-slider .post-108.slider-box .more {
        color: #ffddff;
        text-shadow: 2px 2px #ff0aa0;
    }

    Is there a setting to have the thumbnail active box ‘text’ color to be white? Right now it shows black text on the blue color that represents one of our non-profit colors.
    -> Please clarify more

    Regards,
    Mahesh

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

    @kpreece1985: Thought you want to have the masthead to be solid as it float, just as in demo.
    For avoiding masthead to float, add the following CSS:

    .site-header.fixed {
        position: absolute;
    }

    Regards,
    Mahesh

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