Forum Replies Created

Viewing 20 posts - 821 through 840 (of 1,154 total)
  • Author
    Posts
  • in reply to: How to Hide Tags? #160280
    sapana
    Participant

    @otinsight:Hello,
    I hope I was able to resolve your issue. If it’s not too much trouble,I have a quick request: could you please leave an honest review?https://wordpress.org/support/theme/catch-inspire/reviews/#new-post. Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know.

    Kind Regards,
    Sapana

    in reply to: Header gap after scroll down then up #160200
    sapana
    Participant

    @adeptvisuals: /*To remove space between the background image and header*/
    Go to=>Appearance=> Customize=> Additional CSS and add the following CSS code.

    #fullpage {
        margin-top: 1px !important;
    }

    Let me know if this what you are looking for!!

    Kind Regards,
    Sapana

    in reply to: change portfolio image size #160182
    sapana
    Participant

    @hoiung: Changes need to be made on child theme as well as you will need to fix the styles which is a bit complicated let me know if you are comfortable with child theme customization in detail. Otherwise I suggest you to hire a customizer.

    Kind Regards,
    Sapana

    in reply to: make logo larger #160180
    sapana
    Participant

    @hoiung:
    step 1: Go to => Child Theme Folder => functions.php and add the following Code.

    add_theme_support( 'custom-logo', array(
    			'height'      => 500,
    			'width'       => 500,
    		) );
    

    step 2: Go to=> Appearance=> Customize=> Additional CSS and add the following code

    .custom-logo {
        width:500px;
        max-height:500px;
    }

    Let me know if this helps you out!
    Kind Regards
    Sapana

    in reply to: How to Hide Tags? #160175
    sapana
    Participant

    @otinsight: /* To hide the tag*/
    Go to=> Appearance=> Customize=> Additional CSS and add the following CSS code.

    .blog .entry-footer {
        display: none;
    }

    Let me know if this is what you are looking for!!

    Kind Regards,
    Sapana

    in reply to: Catch Breadcrumbs and Catchbox pro #160100
    sapana
    Participant

    @skynet: Update has been released. Thank You for informing us about the issue .Please let me know if you find any issue related to plugin.

    Kind Regards,
    Sapana

    in reply to: Header Video Controls #160097
    sapana
    Participant

    @tolsted: It is quit difficult to remove the you-tube logo ,share and watch later links, So I suggest you to download required video in your PC and upload it from media libary in header media.
    Let me know if this helps you out!

    Kind Regards,
    Sapana

    in reply to: make logo larger #160093
    sapana
    Participant

    @hoiung: For this you will need to create a child theme and do a bit of customization. Let me know if you are familiar with child theme customization I will provide you necessary CSS.

    Kind Regards,
    Sapana

    in reply to: Layout customization questions: Website Title& Main Menu #160086
    sapana
    Participant

    @olgasyracusegmail-com: Glad to know that you figure it out issue and let me know if you have any difficulty.

    Kind Regards,
    Sapana

    in reply to: Increase width of featured slider images #160084
    sapana
    Participant

    @sfa1492:Hello, there,
    I hope I was able to resolve your issue. If it’s not too much trouble,I have a quick request: could you please leave an honest review? https://wordpress.org/support/theme/catch-box/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.Thanks, and if there’s anything else at all that I can do to help,don’t hesitate to let me know.

    Kind Regards,
    Sapana

    in reply to: Font size in homepage #160080
    sapana
    Participant

    @valelotartaro: Sorry for the late reply, Are you able to create the child theme using plugin? if yes then step 1: Go to the child theme folder saved in wp-content/themes/catch-fullscreen-pro-child theme
    step 2: Create the folder called fonts
    step 3: Copy all the required fonts files of Cinzel font
    step 4: Go to Open style.css and paste the Code I have send you in previous post.
    step 5: Save the file and test the font.

    let me know if you find any difficulty.
    Kind Regards,
    Sapana

    in reply to: How to remove button in Rock Star Free Theme? #159862
    sapana
    Participant

    @xtian:Hello,
    I hope I was able to resolve your issue. If it’s not too much trouble,I have a quick request: could you please leave an honest review? https://wordpress.org/support/theme/rock-star/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,don’t hesitate to let me know.

    HAPPY THANKS GIVING TOO YOU TOO!!
    Kind Regards,
    Sapana

    in reply to: Increase width of featured slider images #159861
    sapana
    Participant

    @sfa1492:Go to=> Appearance=> Customize=> Additional CSS and add the following CSS code

    #slider-wrap img {
    width:100%
    }

    Let me know if this helps you out!

    Kind Regards,
    Sapana

    in reply to: make logo larger #159851
    sapana
    Participant

    @hoiung:Go to=> Appearance=> Customize=> Additional CSS and add the following CSS code.

    .custom-logo {
        width:500px;
        max-height:500px;
    }

    Let me know if this helps you out!
    Kind Regards,’

    in reply to: Layout customization questions: Website Title& Main Menu #159850
    sapana
    Participant

    @olgasyracusegmail-com: your code is working fine in mine side too, But I think padding-bottom have no any changes in mine so I exclude it. let me know if you have any other issue.

    Kind Regards,
    Sapana

    in reply to: How to get rid of the Widget Space #159847
    sapana
    Participant

    @jonathgreen: I checked your site you are using the access press theme called Fotography.We have the photography theme called Clean-Fotografie and Fotografie.

    Kind Regards,
    Sapana

    in reply to: Footer Remove CATCH FULLSCREEN #159845
    sapana
    Participant

    @catch13: It’s ok if you have any other issue do not hesitate to post in also you can use same page to post your issue.

    Kind Regards,
    Sapana

    in reply to: Font size in homepage #159842
    sapana
    Participant

    @valelotartaro: If you do not know how to create a child theme you can create it using Generate Child Theme Plugin.
    Now Go to => Child Theme folder => Create a new folder “Fonts” => Download and paste the Cinzel font files inside the fonts folder.

    @font-face {
    font-family: 'CinzelDecorative-Black';
    font-style: normal;
    font-weight: 500;
    src: local('CinzelDecorative-Black'), url('fonts/CinzelDecorative-Black.otf') format('otf');
    }

    Try this to check it,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    body {
        font-family:Cinzel Decorative;
    }
    

    Let me know if this helps you out!

    Kind Regards,
    Sapana

    in reply to: Catch Breadcrumbs and Catchbox pro #159840
    sapana
    Participant

    @skynet: We have already fix the issue and the update will be released with in 1 week as our team is in vacation for few days, I will let you know as soon as the update is released.

    Kind Regards,
    Sapana

    in reply to: How to remove magnifying glass over portfolio images #159839
    sapana
    Participant

    @adeptvisuals:Hello, there,
    I hope I was able to resolve your issue. If it’s not too much trouble,I have a quick request: could you please leave an honest review? https://wordpress.org/support/theme/catch-fullscreen/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.
    Thanks, and if there’s anything else at all that I can do to help,don’t hesitate to let me know.

    Kind Regards,
    Sapana

Viewing 20 posts - 821 through 840 (of 1,154 total)