Forum Replies Created

Viewing 20 posts - 11,541 through 11,560 (of 12,034 total)
  • Author
    Posts
  • in reply to: Margin top slider and move pager #135599
    Skandha
    Participant

    @swimbrest: Please post in you site URL.

    Regards,
    Skandha

    in reply to: Clean Education course slider, carousel speed #135598
    Skandha
    Participant

    @metsis: You can switch to the parent theme and copy the additional css and then bring it to the child theme.

    Let me know if this solves your issue.
    Regards,
    Skandha

    in reply to: Testimonials in mobile display #135594
    Skandha
    Participant

    @toddautinw: 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-responsive/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.

    Regards,
    Skandha

    in reply to: "Scroll Up" option #135593
    Skandha
    Participant

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

    .scrollup {
    	display:none !important;
    }

    Let me know if this solves your issue.
    Regards,
    Skandha

    Skandha
    Participant

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

    Make header transparent only on the homepage

    .home .site-header {
    	background:none !important;
    }
    .home .site-header.is-sticky {
    	background:#131787 !important;
    }

    To change the color of MENU button in mobile view

    #menu-toggle:hover, #menu-toggle:focus {
    	color:#ffa100;
    }

    To remove -(hyphens) used to break words

    .entry-content {
    	hyphens:none;
    }

    Let me know if this works out.
    Regards,
    Skandha

    in reply to: Colors – how to change (FREE vs PRO) #135591
    Skandha
    Participant

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

    To change color of slider arrow to green

    #feature-slider .cycle-next:hover, #feature-slider .cycle-prev:hover {
    	background:#27ae60;
    }

    To change color of search icon

    #search-toggle:hover {
        color:#27ae60;
    }
    #search-toggle {
        color:#000;
    }

    Let me know if this solves your issue.
    Regards,
    Skandha

    in reply to: Remove dates from featured content #135587
    Skandha
    Participant

    @mhutabarat: I have replied to your issue in the next thread.

    Regards,
    Skandha

    in reply to: Remove dates & titles from featured content #135586
    Skandha
    Participant

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

    .featured-content-wrapper .entry-header {
        display:none;
    }

    Let me know if this does the trick.
    Regards,
    Skandha

    in reply to: Mobile and Desktop Views not the same #135585
    Skandha
    Participant

    @barb: Please try disabling all your plugins and check if the issue persists.

    Let me know if the issue persist.
    Regards,
    Skandha

    in reply to: Colors – how to change (FREE vs PRO) #135570
    Skandha
    Participant

    @vraba: Please post in your site URL so that I can provide you the necessary CSS Code.

    Regards,
    Skandha

    in reply to: helena #135569
    Skandha
    Participant

    @rdg: Please post in your site URL.

    Regards,
    Skandha

    Skandha
    Participant

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

    To change the color of the active page and menu item on hover

    .main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a {
    	color:#ffa100;
    }
    .main-navigation li:hover > a, .main-navigation li.focus > a {
    	color:#ffa100;	
    }

    To make header transparent and show background only when scrolling down

    .site-header {
    	background:none !important;
    }
    .site-header.is-sticky {
    	background:#131787 !important;
    }

    To change color of other menu options which are currently white

    .main-navigation a {
    	color:#000;
    }

    To change the color of to top button

    .backtotop:hover, .backtotop:focus {
    	background-color:#131787;
    	border-color:#131787;
    }
    .backtotop {
    	border:2px solid #131787;
    	color:#131787;
    }

    To change color of the text-widget at the bottom

    #text-3, #text-3 a {
    	color:#131787;
    }

    It is not possible to change the color of LinkedIn and Twitter logo as it seems you have used a .png image for that purpose.
    You can check out the additional-features available in the pro version of the theme and make your decision to upgrade.

    Let me know if the CSS code work out.
    Regards,
    Skandha

    in reply to: "Scroll Up" option #135513
    Skandha
    Participant

    @miekoyo: Can you post in your site URL and elaborate your issue. I don’t think there is a scroll up option in this theme.

    Regards,
    Skandha

    Skandha
    Participant

    @maryw2wdance-com: Please download the pro theme again and make a fresh installation of theme and check if this issue persists.

    Let me know if the issue persists.
    Regards,
    Skandha

    in reply to: Polylang hide the header images #135499
    Skandha
    Participant

    @frederic: Try disabling all other plugins and check if the issue persists. If the issue gets resolved check for plugin-conflict.

    Let me know if the issue persists.
    Regards,
    Skandha

    in reply to: Catch Responsive Free – Questions about categories #135494
    Skandha
    Participant

    @living-chakim: It is not possible to add an image to the category page as this option is not available. I suggest you to find a suitable plugin from the wordpress plugin repository for this purpose.

    To remove “Category:Everything Else”
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .page-title {
        display:none;
    }

    Let me know if this solves your issue.
    Regards,
    Skandha

    in reply to: Colors – how to change (FREE vs PRO) #135488
    Skandha
    Participant

    @vraba: Yes you can change the color from both free and pro version of the theme but the difference is you can find the option in pro version whereas in free version you will need to add some additional css code. You can check out features available in free version of the themes and the additional-features available in the pro version.

    When you upgrade to pro all your customization will be copied to pro except the additional css code. You will need to copy that to the pro version manually. And if you have edited core theme files without creating a child theme even that will get lost.

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

    in reply to: Remove inline style #135487
    Skandha
    Participant

    @zakwer: Please post in your site URL.

    Regards,
    Skandha

    in reply to: Clean Education course slider, carousel height #135486
    Skandha
    Participant

    @metsis: Yes when you decrease the size of featured images in the courses slider the height will automatically decrease.

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

    #courses-section .featured-image img {
        height:120px;
    }

    Let me know if this solves your issue.
    Regards,
    Skandha

    in reply to: Clean Education course slider, carousel speed #135485
    Skandha
    Participant

    @metsis: For this you will need to create a child theme. You can use this plugin if you do not know how to create a child theme.

    Go to => Parent theme folder => inc => courses.php and find the function clean_education_courses_display() and copy it.

    Go to => Child theme folder => functions.php and paste the code.

    Then find the text data-cycle-next=".content-next" in the code and paste the following code in the next line.

    data-cycle-timeout="1000"

    Here 1sec=1000, 2sec=200 and likewise. You can set the time according to your requirement.

    Let me know if this solves your issue.
    Regards,
    Skandha

Viewing 20 posts - 11,541 through 11,560 (of 12,034 total)