Forum Replies Created

Viewing 20 posts - 11,501 through 11,520 (of 12,027 total)
  • Author
    Posts
  • in reply to: Catch Katmandu Pro Customization Page Blank #135824
    Skandha
    Participant

    @aferrera: Please try disabling all your plugins and check if the customizer works.

    Let me know if the issue persists.
    Regards,
    Skandha

    in reply to: Top menu #135821
    Skandha
    Participant

    @vraba: I checked your site and you seem to have figured out how to change the background of sub-menu to white.
    To change the hover color of sub-menu
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .nav-primary .menu .sub-menu li a:hover {
    	color:#444444;
    }

    Let me know if this works out.
    Regards,
    Skandha

    in reply to: How to add privacy policy in footer #135820
    Skandha
    Participant

    @kavitachoudhary89gmail-com: The option to edit the footer is only available in pro version of the theme. I suggest you to upgrade to pro. Also you can check out the additional-features available in pro version of theme.

    Regards,
    Skandha

    in reply to: header-toggle-sidebar #135817
    Skandha
    Participant

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

    .search-form label {
    	display:block;
    }

    Let me know if this works out.
    Regards,
    Skandha

    in reply to: How to to change my mailchimp button on Button hover? #135775
    Skandha
    Participant

    @habo: 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: Remove site page titles #135766
    Skandha
    Participant

    @mandala528: Replace .page .entry-title in the previous CSS I provided you with .page h1.entry-title.

    Please post in your site URL so that I can look in to the issue.
    Regards,
    Skandha

    Skandha
    Participant

    @omy003ch: Go to => WordPress Dashboard => Appearance => Themes => Add New => Upload Theme => Browse and Upload the .zip folder of the theme.

    Let me know if you are still having difficulty uploading the theme.
    Regards,
    Skandha

    in reply to: landing page problems #135763
    Skandha
    Participant

    @barb: Please post in your site URL.

    Regards,
    Skandha

    in reply to: White Box Found In Footer Above Social Buttons #135762
    Skandha
    Participant

    @edmelendez: I am not sure if the next update will include a SoundCloud icon. But you can get the SoundCloud icon by adding just a bit of CSS Code.

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

    .social-navigation a[href*="https://soundcloud.com/theminstrelmusic"]::before {
    	content:"\f1be";
    }

    Let me know if this works out.
    Regards,
    Skandha

    Skandha
    Participant

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

    To change color of sub-menu

    .menu.catchbase-nav-menu li a {
        background:#49a32c;
    }

    To change color of the active page

    .catchbase-nav-menu .current-menu-item > a, .catchbase-nav-menu .current-menu-ancestor > a, .catchbase-nav-menu .current_page_item > a, .catchbase-nav-menu .current_page_ancestor > a, .sidebar-header-right .widget_nav_menu .current-menu-item > a, .sidebar-header-right .widget_nav_menu .current-menu-ancestor > a {
        color:#fff;
    }

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

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

    @vraba: To reduce between the widget and footer
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #supplementary {
        padding-bottom:0;
    }

    It is not possible to extend the line to full-width as the area of the widget only extend that much.
    Can you tell me dimension of the big screen where the slider is not displaying full-width?

    Regards,
    Skandha

    in reply to: Featured Image is Not Rendering #135714
    Skandha
    Participant

    @kristinabentle: This seems to be an SSL issue. Your site is loading from https but your images are loading from http. This is the reason some of your images are not showing up.

    There are two things you can do to solve this.
    1. Login to your admin panel using https://blog.happinessfusion.com/wp-admin and remove and reupload all the images that are not showing up.
    2. Although we are not suppose recommend plugins which we don’t own you may use this plugin which should solve your issue.

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

    in reply to: White Box Found In Footer Above Social Buttons #135713
    Skandha
    Participant

    @edmelendez: There was a typo in the previous CSS I provided you. Please replace share-toggle in the previous CSS code with .site-social #share-toggle.

    I cannot tell you the exact date of the release but it will be soon. Will let you when the update is released.

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

    in reply to: Remove site page titles #135705
    Skandha
    Participant

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

    .page .entry-title {
        display:none;
    }

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

    in reply to: White Box Found In Footer Above Social Buttons #135702
    Skandha
    Participant

    @edmelendez: There seems to be a bug in the footer social menu which will be resolved in the next theme update. For the time being you can use the following CSS Code to get rid of the white box.

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

    share-toggle {
        display:none;
    }

    Let me know if this works out.
    Thank you for reporting the bug.
    Regards,
    Skandha

    Skandha
    Participant

    @maryw2wdance-com: The option to change menu hover color and social icon hover color is not available in the Color Options. For that
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #mainnav ul li a:hover {
       color:green;
    }

    To change hover color of social icons

    .widget_clean_business_social_icons a:hover {
        background:green;
        border-color:green;
    }

    Replace the text “green” with the color of your choice.

    The Feature Slider using Feature Pages seems to have an issue. I will look into the issue and let you know when the issue is resolved.

    Let me know if the CSS Code works out.
    Regards,
    Skandha

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

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

    #supplementary .wrapper{
    	border-top:5px solid #27ae60;
    }
    .nav-footer {
    	background:#222222;
    }
    #supplementary .widget-title {
    	text-decoration:underline #27ae60;
    }

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

    in reply to: Changes to media attachment page #135698
    Skandha
    Participant

    @thetravelgal: 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: Widgets and page tittle #135697
    Skandha
    Participant

    @mmariaperlo: To change color of page titles
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .page .entry-title {
    	color:red;
    }

    You have used no-sidebar full width layout on the homepage that is why the menu widget is not showing up.
    Go to => Dashboard => Pages => Edit your homepage => At the very bottom you will find Sidebar Layout Option => Check the Right Sidebar Option and Update the page.

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

    in reply to: white space below the footer #135696
    Skandha
    Participant

    @radeko: Please try disabling all your plugins and check your site and let me know if the issue persists.

    Regards,
    Skandha

Viewing 20 posts - 11,501 through 11,520 (of 12,027 total)