Forum Replies Created
-
AuthorPosts
-
July 29, 2018 at 11:45 pm in reply to: Updating header font style and centering text on 3 modules #150576
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,
SkandhaSkandha
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,
SkandhaSkandha
Member@stairworksuk: Please post in your site URL so that I can look into the issue.
Kind Regards,
SkandhaSkandha
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,
SkandhaSkandha
Member@bvarvel: Please post in your site URL so that I can look into the issue.
Kind Regards,
SkandhaSkandha
Member@gvald: Glad you were able to solve the issue. Have a good day! 🙂
Kind Regards,
SkandhaSkandha
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,
SkandhaSkandha
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,
SkandhaSkandha
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-postKind Regards,
SkandhaSkandha
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,
SkandhaSkandha
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,
SkandhaSkandha
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,
SkandhaSkandha
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,
SkandhaSkandha
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,
SkandhaJuly 27, 2018 at 12:15 am in reply to: No access to the theme pro after downloading the last wordpress update #150445Skandha
Member@moilaure1: Can you please elaborate what issue you are having??
Kind Regards,
SkandhaSkandha
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,
SkandhaSkandha
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,
SkandhaSkandha
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,
SkandhaSkandha
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,
SkandhaJuly 26, 2018 at 2:35 am in reply to: Font for page titles is not the one I have chosen in my font options #150358Skandha
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 = '… ' . $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 -
AuthorPosts
