Forum Replies Created
-
AuthorPosts
-
July 6, 2018 at 7:33 am in reply to: Catch Box Pro on WordPress – Sudden Problem with Centering #148917
Skandha
Participant@bluecrystal16: This seems to be due to the text after the photo.
Go to => Appearance => Customize => Additional CSS and the following CSS..entry-content strong { float:right; }Also, 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,
SkandhaSkandha
Participant@marcooooo: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
/* Makin the page wider (Horizontal space) */#page { width:1288px; }I think after this the site looks good.
Let me know if any changes need to be made.
Kind Regards,
SkandhaSkandha
Participant@simonraybould: To remove page titles on other pages except home
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.body:not(.home) .page h1.entry-title { display:none; }Let me know if this works out.
Kind Regards,
SkandhaJuly 6, 2018 at 4:57 am in reply to: Header Media Defaulting to Feature Image from Post, Not Page #148902Skandha
Participant@blueskyclothingco: Please post in your site URL so that I can look into the issue.
Kind Regards,
SkandhaSkandha
Participant@bjbarker: To disable Catch Adaptive Primary Menu only on mobile
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.#mobile-header-left-menu { display:none; }Let me know if this works out.
Kind Regards,
SkandhaSkandha
Participant@simonraybould: You seem to have used a CSS due to which the Header Media Title is not showing.
Go to => Appearance => Customize => Additional CSS and remove the following CSS Code..entry-title { display: none; }Let me know if this works out.
Kind Regards,
SkandhaSkandha
Participant@simonraybould: Hello Simon, I checked your site and the header media text seems to be showing up well. Can you elaborate the issue?
Kind Regards,
SkandhaSkandha
Participant@marcooooo: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
article { margin-bottom:10px !important; }You can change the margin according to your requirement.
Let me know if this works out!
Kind Regards,
SkandhaJuly 6, 2018 at 2:41 am in reply to: How do I change the black background to a different color? #148893Skandha
Participant@shahmeer1998: 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/fotografie/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
Participant@daedalusai: There seems to be an issue with the header media text. I will get back to you soon.
Kind Regards,
SkandhaSkandha
Participant@alishahessle: I’m afraid we only work with WordPress Themes and Plugins and do not provide hosting services. You will have to find yourself a suitable host.
Let me know if you have anymore issues.
Kind Regards,
SkandhaSkandha
Participant@bjbarker: You could use a bit of CSS Code for that.
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..is-absolute { display:none; }Let me know if this works out.
Kind Regards,
SkandhaSkandha
Participant@bodybyhaleybenson: I checked your site and the code removes the site info in the mobile version as well. Please clear your browser cache and check if this solves the issue.
Kind Regards,
SkandhaSkandha
Participant@josefsdorf: Can you please post in your site URL and elaborate the issue you are having?
Kind Regards,
SkandhaSkandha
Participant@musikschule-gerungs: May be this is due to some plugins you are using. Can you try deactivating the plugins and check if this resolves the issue.
Kind Regards,
SkandhaSkandha
Participant@marcooooo: Thank you for your appreciation. You too have a nice day! 🙂
Kind Regards,
SkandhaSkandha
Participant@marcooooo: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.mobile-menu-text { font-family:Shadows; }Let me know if this works out!
Kind Regards,
SkandhaSkandha
Participant@joshua: The issue has been been fixed and the update has been released. Please update the theme and check if the issue is resolved.
Kind Regards,
SkandhaSkandha
Participant@michelled: Go to => Appearance => Customize => Additional CSS and the following CSS Code.
/* To remove the border */article { border:none !important; box-shadow:none !important; }/* To remove the remaining horizontal line */
hr { display:none; }Let me know if this works out.
Kind Regards,
SkandhaJuly 5, 2018 at 12:46 am in reply to: How do I change the black background to a different color? #148808Skandha
Participant@shahmeer1998: Go to => Appearance => Customize => Additoinal CSS and add the following CSS Code.
/* To change header background color */#masthead { background-color:#123456 !important; }/* To change footer background color */
.site-footer { background-color:#123456 !important; }/* To change font and color of site title */
.site-title a { color:#grey !important; font-family:ravie !important; }Let me know if this works out.
Kind Regards,
Skandha -
AuthorPosts
