Forum Replies Created

Viewing 20 posts - 10,681 through 10,700 (of 12,014 total)
  • Author
    Posts
  • Skandha
    Member

    @ruthmaramis: To change the font of Header media title
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .custom-header-content .entry-title.section-title {
    	font-family:"Lato", sans-serif;
    }

    You can change the font according to your requirement.
    You seem to have figured out how to center align other sections.
    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Change colour of navigation menu #150559
    Skandha
    Member

    @kingl196: To remove the black border from the nav menu
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #header-menu ul.menu li {
        border:none !important;
    }

    Let me know if this does the trick!
    Kind Regards,
    Skandha

    in reply to: Catch Responsive Pro – Slow Theme Help #150557
    Skandha
    Member

    @stairworksuk: Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    in reply to: Copyright of Photos #150556
    Skandha
    Member

    @evergreenw60: Images are not automatically copyrighted. You will need to follow some legal procedures to copyright your original photos. You will need to properly define the image licenses and secure your images. For more information check out this link. Also, I suggest you to seek legal and professional helpif your images are very important.

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

    in reply to: How to make logo container larger? #150507
    Skandha
    Member

    @bvarvel: Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    in reply to: Problem with Footer! #150506
    Skandha
    Member

    @gvald: Glad you were able to solve the issue. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: 3 Photos Side-By-Side in Post #150466
    Skandha
    Member

    @evergreenw60: You can use Catch Gallery Plugin for that purpose. This should solve your issue.

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

    in reply to: Hide the URL Link in a Post #150465
    Skandha
    Member

    @evergreenw60: I’m afraid I am not able to get you. Could you please post in your site URL and elaborate the issue?

    Kind Regards,
    Skandha

    in reply to: Purchased Catch Box Pro, Zip File Not Downloaded #150463
    Skandha
    Member

    @evergreenw60: Sorry to trouble you again. Could you please leave the review in the following link?
    https://wordpress.org/support/theme/catch-box/reviews/#new-post

    Kind Regards,
    Skandha

    in reply to: How to change font on main site in ROCK STAR THEME #150458
    Skandha
    Member

    @skibot: Do you mean to change all the contents by the same font. if so,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    body {
       font-family:impact;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    in reply to: Purchased Catch Box Pro, Zip File Not Downloaded #150451
    Skandha
    Member

    @evergreenw60: 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. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Theme Option Dropdown's Are Empty #150450
    Skandha
    Member

    @bvarvel: You will need to install Essential Content Types free plugin where you will find custom post type Service tab. When you add contents to that Service tab those posts will appear as options in the Service section in the customizer.

    If you want to have Post, Page, Category, Image options in the Service section I suggest you to upgrade to pro. You can check out the additional-features available in pro version of the theme.

    Let me know if this helps you out.
    Kind Regards,
    Skandha

    in reply to: Hide the URL Link in a Post #150449
    Skandha
    Member

    @evergreenw60: You can use the Insert/edit link option in the WordPress text editor to insert links into some texts.

    Let me know if this helps you out.
    Kind Regards,
    Skandha

    in reply to: Multi-Color Secondary Menu #150446
    Skandha
    Member

    @axolotljim: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* To remove the desktop menu in mobile devices */
    @media screen and (max-width:991px) {
    	#menu-project-menu {
    		display:none;
    	}
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    Skandha
    Member

    @moilaure1: Can you please elaborate what issue you are having??

    Kind Regards,
    Skandha

    in reply to: recent post slider in header? #150444
    Skandha
    Member

    @hverbunt: The featured slider option is only available in pro version of the theme. I suggest you to upgrade to pro. You can check out the additional-features available in pro version of the theme.

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

    in reply to: Promotion Headline Left and Right sections #150370
    Skandha
    Member

    @violetdeb:
    1. I checked your site and the slider seems to be only enabled in the homepage.
    2. The right and left section of promotion headline seems to show up fine even when the width is shrinked and even in mobile devices.

    Apologies for very late reply. I seem to have missed the email.
    Let me know if you have anymore issues.
    Kind Regards,
    Skandha

    in reply to: Default view include promotion section? #150369
    Skandha
    Member

    @violetdeb: What you can do is right now the promotion headline section looks very big due to the size of the image truck. You can decrease the image size which will decrease the height of the promotion headline then you can decrease the slider height to fit the promotion headline and slider into screen.

    You can add the following CSS Code and check it satisfies what you want.
    Go to => Appearance => Customize = Additional CSS and add the following CSS Code.

    .image.wp-image-3264.attachment-medium.size-medium {
    	width:200px;
    	padding-top:22px;
    }
    #promotion-message {
    	padding:0px;
    }
    #slideshow {
    	height:510px !important;
    }

    Let me know if this solves your issue!
    Kind Regards,
    Skandha

    in reply to: Gallery Images as links #150365
    Skandha
    Member

    @mcgyver: I’m afraid that is not possible using this plugin. You will have to find another suitable plugin from the wordpress plugin repository.

    Kind Regards,
    Skandha

    Skandha
    Member

    @nicolasbassand: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /*To avoid title breaking to next line */
    .entry-title {
        hyphens:none;
    }

    To remove the space after the excerpt and …
    Go to => Child Theme Folder => open functions.php and add the following code.

    function catch_wheels_custom_excerpt( $output ) {
    		if ( has_excerpt() && ! is_attachment() ) {
    			$more_tag_text = get_theme_mod( 'catch_wheels_excerpt_more_text', esc_html__( 'Continue reading', 'catch-wheels-pro' ) );
    
    			$link = sprintf( '<span class="more-button"><a href="%1$s" class="more-link">%2$s</a></span>',
    			esc_url( get_permalink( get_the_ID() ) ),
    			/* translators: %s: Name of current post */
    			wp_kses_data( $more_tag_text ). '<span class="screen-reader-text">' . get_the_title( get_the_ID() ) . '</span>'
    			);
    
    			$link = '&hellip; ' . $link;
    
    			$output .= $link;
    		}
    
    		return $output;
    	}

    Please update me if the fonts are working or not.

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 20 posts - 10,681 through 10,700 (of 12,014 total)