Forum Replies Created

Viewing 20 posts - 11,741 through 11,760 (of 12,027 total)
  • Author
    Posts
  • in reply to: Featured Content Background Transparency? #133147
    Skandha
    Participant

    @joshuacgibson: To make the background of featured content partially transparent
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #featured-content {
        opacity:0.5;
    }

    Let me know if this is what you want.

    Regards,
    Skandha

    in reply to: Align logo to the title #133146
    Skandha
    Participant

    @gruis28: Can you post in your site URL so that I can provide you with necessary CSS.

    Regards,
    Skandha

    in reply to: Free space above Header #133114
    Skandha
    Participant

    @tayfun2: Until the next theme update you can use the following CSS code
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    
    @media screen and (max-width: 400px) {
        .sidr {
            max-width: calc(100% - 50px);
        }
       
        .mobile-header-right-nav-open #mobile-header-right-menu {
            left: 0;
        }
    }

    Let me know if you have anymore issues!
    Regards,
    Skandha

    in reply to: Free space above Header #133112
    Skandha
    Participant

    @tayfun: The X icon issue will be resolved in the next theme update.

    Let me know if you have anymore issues.

    Regards,
    Skandha

    in reply to: Logo and Mobile #133110
    Skandha
    Participant

    @celovg: 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/clean-education/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.

    Regards,
    Skandha

    in reply to: Logo and Mobile #133089
    Skandha
    Participant

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

    @media screen and (max-width:961px) {
    	.custom-logo {
    		margin-left:60px;
    		width:60%;
    	}
    }

    Let me know if this solves your issue.

    Regards,
    Skandha

    in reply to: Change single post title font #133060
    Skandha
    Participant

    @israel_finn: Glad I was able to help you. Have a good day!

    Regards,
    Skandha

    in reply to: Center Pages #133059
    Skandha
    Participant

    @lizhenkenius: Glad to know that you were able to resolve the issue. Have a good day!

    Regards,
    Skandha

    in reply to: Center Pages #133054
    Skandha
    Participant

    @lizhenkenius: To center homepage and about page
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (min-width:991px) {
    	.page-id-123 #content .wrapper,.page-id-4  #content .wrapper {
    		position:relative;
    		left:-75px;
    	}
    }

    Go to => Dashboard => Edit the page Food => At the bottom there is layout option make sure you have not selected No Sidebar Option

    Let me know if this solves your issue.

    Regards,
    Skandha

    in reply to: Update? #133048
    Skandha
    Participant

    @lawrenceblair: 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-base-pro/#updating

    Let me know if you’re still having difficulties updating the theme.

    Regards,
    Skandha

    in reply to: Change single post title font #133047
    Skandha
    Participant

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

    .entry-title {
    	font-family:PT Sans Narrow !important;
    	text-transform:uppercase;
    }

    Let me know if this solves your issue!

    Regards,
    Skandha

    in reply to: Layout Problems! #133046
    Skandha
    Participant

    @annier: 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/helena/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.

    Regards,
    Skandha

    in reply to: Hyper Link inside of Image #133042
    Skandha
    Participant

    @reanimateher: Glad you could figure it our yourself. Let me know if you have anymore issues!

    Regards,
    Skandha

    in reply to: Posts #133041
    Skandha
    Participant

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

    #main article {
    	width:100%;
    }
    
    .featured-image img {
    	width:40% !important;
    	height:40% !important;
    	float:left;
    	margin-right:20px;
    }
    .button-minimal {
    	float:right;
    }

    Let me know if this solves your issue!

    Regards,
    Skandha

    in reply to: Adding HTML geo tags to website #133036
    Skandha
    Participant

    @vikas: To add geotags in your site you will need to find a suitable plugin from the wordpress repository.

    Let me know if you have anymore issues!

    Regards,
    Skandha

    in reply to: Upgrade from a free to pro version #133035
    Skandha
    Participant

    @fabian-huesser: If you had made changes to the theme files without creating a child theme then all the customization will be lost when you upgrade to the pro version.

    If you used Catch Evolution Free as a child theme and have upgraded to the pro version all you need to do is get inside your child theme folder open style.css file and change Template:*text* to catch-evolution-pro or the name of the folder where your pro theme exists. This should bring back all your customization you made on your child theme.

    Let me know if the issue still persist.

    Regards
    Skandha

    in reply to: Layout Problems! #133033
    Skandha
    Participant

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

    #hero-section .wrapper {
    	display:none;
    }
    .widget-wrap {
    	padding-top:80px;
    }

    Let me know if this solves your issue!

    Regards,
    Skandha

    in reply to: Slider images Title, Content & Link – help please #132993
    Skandha
    Participant

    @luismarioochoa: To bring the slider title and content inside the slider like in catch everest theme link you posted above a lot of customization needs to done according to the size of viewing screen. I suggest you to hire a customizer so that you can get all your customization done and get your site in a better shape.

    Let me know if you have any other issues!

    Regards,
    Skandha

    in reply to: Hide Featured Content (Clean Theme) #132989
    Skandha
    Participant

    @acspencer36: 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/cleanportfolio/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.

    Regards,
    Skandha

    in reply to: Slider images Title, Content & Link – help please #132987
    Skandha
    Participant

    Hello @luismarioochoa, i can’t see any title or content in the slider images. Can you insert title and content to the slider images so that i can provide the css code to bring them inside the slider in the position you want the text to be in.

    Regards,
    Skandha

Viewing 20 posts - 11,741 through 11,760 (of 12,027 total)