Forum Replies Created
-
AuthorPosts
-
Skandha
Member@ingoz: Please post in your site URL and let me know where you want to add an empty line.
Kind Regards,
SkandhaSkandha
Member@jafflycgmail-com: Glad you were able to solve the issue yourself. Have a good day! 🙂
Kind Regards,
SkandhaSkandha
Member@wolpertinger: Can you please elaborate what kind of custom post type you want to add?
Kind Regards,
SkandhaJuly 22, 2018 at 5:38 am in reply to: Font for page titles is not the one I have chosen in my font options #150082Skandha
Member@nicolasbassand: There seems to be an issue with the font options. I will get back to you soon on this.
Kind Regards,
SkandhaSkandha
Member@nicolasbassand: I have replied to this issue in the previous thread.
Kind Regards,
SkandhaJuly 22, 2018 at 5:27 am in reply to: Remove the mention "Archive for" in the breadcrumb before the categories #150080Skandha
Member@nicolasbassand: To remove Archive for text
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..archive-text { display:none; }Let me know if this works out!
Kind Regards,
SkandhaSkandha
Member@nicolasbassand: For this you will need to create a child theme. If you do not know how to create a child theme you can use Generate Child Theme Plugin.
After creating a child theme. Go to => Child Theme Folder => Open functions.php file and add the following Code.
function catch_wheels_header_text() { if ( is_front_page() ) { $header_media_text = get_theme_mod( 'catch_wheels_header_media_text' ); echo wp_kses_post( $header_media_text ); } elseif ( is_singular() ) { // Show By author. echo '<div class="entry-meta">'; global $post; $author_id=$post->post_author; echo get_the_modified_date(); $byline = sprintf( /* translators: %s: post author */ __( '<span class="author-label screen-reader-text">By </span>%s', 'catch-wheels-pro' ), '<span class="author vcard"><span>By</span><a class="url fn n" href="' . esc_url( get_author_posts_url( $author_id ) ) . '">' . esc_html( get_the_author_meta( 'display_name', $author_id ) ) . '</a></span>' ); echo '<span class="byline"> ' . $byline . '</span>'; // WPCS: XSS OK. echo '</div><!-- .entry-meta -->'; } elseif ( is_404() ) { esc_html_e( 'It looks like nothing was found at this location. Maybe try one of the links below or a search?', 'catch-wheels-pro' ); } elseif( is_search() || ( class_exists( 'WooCommerce' ) && is_woocommerce() ) ) { // No Header Media Text. } else { the_archive_description(); } }Let me know if this works out!
Kind Regards,
SkandhaSkandha
Member@darlo: There seems to be an issue with the archive title. I will check and get back to you soon.
Kind Regards,
SkandhaSkandha
Member@fbarrett: Please post in your site URL so that I can look into the issue.
Kind Regards,
SkandhaSkandha
Member@skibot: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.home .content-area .type-page .entry-title { font-family:ravie; }You can change the font-family according to your requirement.
Let me know if this is what you want.
Kind Regards,
SkandhaSkandha
Member@melaniehick: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.site-header { background-color:#123456 !important; }You can change the color according to your requirement!
Kind Regards,
SkandhaSkandha
Member@jeanette-denham1: If you follow the instruction I gave above step by step you should be able to use the font on your site.
If you are having trouble making it work you can always hire a customizer.Kind Regards,
SkandhaSkandha
Member@adilkhan150785: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
#featured-content .entry-title a { color:#000080; }Let me know if this works out!
Kind Regards,
SkandhaSkandha
Member@thumper: Have you succeeded in uploading the theme? If not what issue are you having??
Kind Regards,
SkandhaSkandha
Member@elliotprom-com-au: Please post in your site URL. Please try clearing your browser cache and check if the changes you made in the customizer are visible when you publish the site. You can change the font size using a bit of additional css code. Let me know where you want the font size to be changed.
Kind Regards,
SkandhaSkandha
Member@summermedia: You can just hide that post from homepage using a bit of CSS Code. I am not able to check your site. It looks like there is some kind malware in your site.
Kind Regards,
SkandhaSkandha
Member@profhickman: I have replied to you in the previous thread.
Kind Regards,
SkandhaSkandha
Member@rollinroots: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.cycle-prev, .cycle-next, .cycle-pager, #featured-content { pointer-events:none; }Let me know if this is what you want!
Kind Regards,
SkandhaSkandha
Member@profhickman: You cannot update pro theme like you update free theme .To update pro theme you’ll need to first download the theme from https://catchthemes.com/my-account/page. Then install Catch Web Tools plugin and activate Catch Updater Module. https://wordpress.org/plugins/catch-web-tools/
Please check the tutorial video in the link below:
https://www.youtube.com/watch?v=W95SuabDZi8
For more, check out theme instructions at https://catchthemes.com/theme-instructions/catch-box-pro/#updatingLet me know if this helps you out.
Kind Regards,
SkandhaJuly 20, 2018 at 1:23 am in reply to: One post for: search field, button text color, footer text edit, category line #149955Skandha
Member@n-bely: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
/* To remove the search field */
.site-search { display:none; }/* To change color of prev and next */
.nav-previous a, .nav-previous span, .nav-next a, .nav-next span { color:#fff !important; } .nav-previous, .nav-next { border:1px solid #fff !important; }/* To remove home >> uncategorized >> oil paintings(Breadcrumb Option) */
Go to = Appearance => Customize => Theme Options => Breadcrumb => Uncheck the option “Check to enable Breadcrumb”To edit the footer text
Go to => Child Theme Folder => Create a New Folder “components” => Inside components Create another Folder “footer” => Now copy and paste site-info.php file from the parent theme folder.
Now you can edit the site-info.php file to edit your footer.Let me know if this works out!
Kind Regards,
Skandha -
AuthorPosts
