Forum Replies Created
-
AuthorPosts
-
Skandha
Participant@fireflywebs: Hello there,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..slider-content-wrapper, .custom-header { -webkit-animation: fadein 2s; -moz-animation: fadein 2s; -ms-animation: fadein 2s; -o-animation: fadein 2s; animation: fadein 2s; } @keyframes fadein { from { opacity:0; } to { opacity:1; } } @-moz-keyframes fadein { /* Firefox */ from { opacity:0; } to { opacity:1; } } @-webkit-keyframes fadein { /* Safari and Chrome */ from { opacity:0; } to { opacity:1; } } @-o-keyframes fadein { /* Opera */ from { opacity:0; } to { opacity: 1; } }Let me know if this solves your issue.
Kind Regards,
SkandhaSkandha
Participant@firstdrop: Hello there,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.@media screen and (max-width: 666px) { #portfolio-content-section .entry-container { background-color:unset; } }Let me know if this is what you want!
Kind Regards,
SkandhaSkandha
Participant@jordi-fraxanet: Glad I could help you out. Let me know if you have anymore issue. Have a good day! 🙂
Kind Regards,
SkandhaSkandha
Participant@danbtrader: Hello Dan, 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/clean-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
Participant@danbtrader: Hello Dan,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.#featured-content .wrapper, #main .hentry, .sidebar-primary .widget { background-color: #000 !important; }Let me know if this is what you want!
Kind Regards,
SkandhaSkandha
Participant@danbtrader: Hello Dan,
Please post in your site URL so that I can look into the issue.Kind Regards,
SkandhaSkandha
Participant@alex-ch: Hello there,
For that you can use our Catch Sticky Menu plugin. Install and Activate the plugin.Then,
Go to => Dashboard => Catch Sticky Menu => Mobile Menu Selector => Insert the text#mastheadand Save Changes.Let me know if this works out!
Kind Regards,
SkandhaSkandha
Participant@nirmalavidyaamruta: Hello there,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..hentry .featured-image { text-align: center; }Let me know if this works out!
Kind Regards,
SkandhaMay 27, 2020 at 7:45 am in reply to: How can I set Absolute background on header in all pages? (not only in homepage) #248093Skandha
Participant@sensamedia: Hello there,
Please post in your site URL so that I can look into the issue.Kind Regards,
SkandhaSkandha
Participant@santiagoduque: Hello there,
You shouldn’t have any problem using Elementor with the theme.Let me know if you come across any issues.
Kind Regards,
SkandhaSkandha
Participant@firstdrop: Hello there,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code./* To have the title of the section Portfolio and Team display on mobile devices */ @media screen and (max-width: 666px) { #portfolio-content-section, #team-content-section { padding-top: 100px; } } /* To reduce the Portfolio image overlay on mobile devices */ @media screen and (max-width: 666px) { #portfolio-content-section a.post-thumbnail:hover { opacity: 0.95; } }You can change the values according to your choice.
Let me know if this works out!
Kind Regards,
SkandhaSkandha
Participant@steinkjerarkivet: 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. Have a good day! 🙂Kind Regards,
SkandhaSkandha
Participant@steinkjerarkivet: 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. Have a good day! 🙂Kind Regards,
SkandhaSkandha
Participant@bhardwick: Hello there,
Please post in your site URL so that I can look into the issue.Kind Regards,
SkandhaSkandha
Participant@dario-luisi: 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. Have a good day! 🙂Kind Regards,
SkandhaSkandha
Participant@earnest_m: Hello there,
Sorry for the late reply.Go to => Child Theme Folder => functions.php and add the following Code.
function add_remove_action() { remove_action( 'fullframe_before_content', 'fullframe_promotion_headline', 50 ); add_action( 'fullframe_before_content', 'fullframe_promotion_headline', 15 ); } add_action( 'after_setup_theme', 'add_remove_action' );Let me know if this works out!
Kind Regards,
SkandhaSkandha
Participant@steinkjerarkivet: Hello there,
The update has been released> Please update the theme to the latest version.To change the menu label
Go to => Appearance => Customize => Theme Options => Menu Options => Menu Label => Edit the text and Publish.Let me know if this works out!
Kind Regards,
SkandhaSkandha
Participant@steinkjerarkivet: Hello there,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.@media screen and (min-width: 100em) { .home .custom-header .entry-title { font-size:65px; } }You can change the font size according to your choice.
Let me know if this works out!
Kind Regards,
SkandhaSkandha
Participant@brokenskeleton: Hello there,
I tried changing the fonts on my customizer at saving it as a draft and it seems to be changing fine. Please check the screenshots below.
Customizer saved as draft: https://www.dropbox.com/s/l25x3zh3jq512qi/customizer.PNG?dl=0
Live Site: https://www.dropbox.com/s/q9whpmz41pzbghi/live.PNG?dl=0Kind Regards,
SkandhaSkandha
Participant@td8000: Hello Tobi,
I am afraid that is not possible.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-base/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 -
AuthorPosts
