Forum Replies Created

Viewing 20 posts - 11,481 through 11,500 (of 12,027 total)
  • Author
    Posts
  • in reply to: White Box Found In Footer Above Social Buttons #137524
    Skandha
    Participant

    @edmelendez: 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.

    Regards,
    Skandha

    in reply to: Footer Area Widgets Height. #137523
    Skandha
    Participant

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

    #supplementary .widget {
    	padding:0;
    	margin-bottom:0;
    }

    You can alter the padding and margin according to your requirement.
    Let me know if this solves your issue.
    Regards,
    Skandha

    Skandha
    Participant

    @arivinocur: Apologies. The above CSS was to remove date from featured content.

    To remove date from featured grid content
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #featured-grid-content .posted-on {
    	display:none;
    }

    Let me know if this works out.
    Regards,
    Skandha

    in reply to: Double menu on mobile/tablet #137516
    Skandha
    Participant

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

    To remove the extra menu icon on mobile phones and tablet

    #mobile-primary-menu {
    	display:none;
    }

    To display all your menu items in mobile phones and tablet

    @media screen and (max-width:960px) {
    	#fixed-header-top {
    	    height:500px;
    	    overflow:auto;
    	}
    }

    This should make the menu scrollable.

    For the image gallery on the about page you will need to find a suitable plugin from the wordpress plugin repository.

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

    in reply to: Add some banner in the main body #137511
    Skandha
    Participant

    @nateian: Can you explain what kind of banner do you want to have and on which part of the homepage?

    Regards,
    Skandha

    Skandha
    Participant

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

    #featured-content .meta-info {
    	display:none;
    }

    Let me know if this works out.
    Regards,
    Skandha

    in reply to: Services column width #137477
    Skandha
    Participant

    @jbourgui: The option to change the Service Section Layout option is available only in the pro version of theme. I suggest you to upgrade to pro. You can check the additional-features available in the pro version of the theme and make you decision.

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

    in reply to: Changing footer background and text colors #137469
    Skandha
    Participant

    @pastonchase: To change the background color of footer
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #site-generator {
    	background-color:#4444;
    }

    Footer editor option is not available in the free version of the theme. I suggest you to upgrade to pro.
    You check can check out the additional-features available in the pro version and make your decision.

    Alternately you can edit the footer text by creating a child theme and customizing your site.

    Let me know if this works out.
    Regards,
    Skandha

    in reply to: Editing Featured Content in Customiser doesn't work #137382
    Skandha
    Participant

    @thetraininglady: Are you talking about the feature slider because there is no featured content option available in the theme option. Sorry that im not able to copy what the issue is. Can you walk me through the issue so that I can find you a solution? Which option in the Customizer are you having trouble with?

    Regards,
    Skandha

    in reply to: Catch Katmandu Pro Customization Page Blank #137380
    Skandha
    Participant

    @aferrera: It seems the issue is caused by the plugin, you will need to contact the plugin support and share the issue with them. They should be able to solve your issue.

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

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

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

    #featured-post .entry-title {
        font-size:18px;
    }

    You can change the size according to your requirement.
    Let me know if this works out.
    Regards,
    Skandha

    in reply to: Sub menus not displayed #137378
    Skandha
    Participant

    @ptidwell: This is because of the following additional CSS you have added.

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code
    .menu-item{width:14.2%}

    Remove the code and the issue should get resolved.
    Let me know if you have anymore issues.
    Regards,
    Skandha

    in reply to: Featured Content font colors #137361
    Skandha
    Participant

    @pastonchase: 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/full-frame/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: Featured Content font colors #137352
    Skandha
    Participant

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

    #featured-content .entry-title a, #featured-heading {
    	color:red !important;
    }

    Let me know if this works out.
    Regards,
    Skandha

    in reply to: Featured Content font colors #135835
    Skandha
    Participant

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

    #featured-content .entry-container {
       color:red;
    }

    Replace red with the color of your choice.
    Regards,
    Skandha

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

    @vraba: Can you send me the screenshot of the page in Apple Thunderbolt 27?

    The option to open link in new tab for menu item is not available. For that you will have to create a child theme and customize you site.

    Regards,
    Skandha

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

    @bjbarker: Some times this happens due to some plugins you are using.

    You seem to be using a very old version of theme on your site. Please update your theme to the latest version to make the best use of it. The blank page on CUSTOMIZE may be because of the old version of theme you are using.

    Regards,
    Skandha

    Skandha
    Participant

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

    .catchbase-nav-menu li a:hover {
        color:red;
    }

    Let me know if this works out.
    Regards,
    Skandha

    in reply to: Can I add a video header to this theme #135829
    Skandha
    Participant

    @gprettylady2: I’m afraid the feature to add a video in the header is not available in this theme. If you really want this you will have to get your site customized.

    Regards,
    Skandha

    in reply to: Sub menus not displayed #135825
    Skandha
    Participant

    @ptidwell: Please post in your site URL so that I can look into the issue.

    Regards,
    Skandha

Viewing 20 posts - 11,481 through 11,500 (of 12,027 total)