Forum Replies Created

Viewing 20 posts - 5,361 through 5,380 (of 12,027 total)
  • Author
    Posts
  • in reply to: How to change the sidebar text font size ? #244722
    Skandha
    Participant

    @bastienchill: Hello Bastien,
    To change font size of text J’ai lu et j’accepte la Politique de confidentialité.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #mc4wp-form-1 label {
        font-size: 18px;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Hide newsletter footer on homepage and pages #244712
    Skandha
    Participant

    @bastienchill: Hello Bastien, 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/bold-photography/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

    in reply to: Hide contact infos on blog and posts #244711
    Skandha
    Participant

    @bastienchill: Hello Bastien, 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/bold-photography/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

    in reply to: Contact form/element #244709
    Skandha
    Participant

    @marcin: Hello Marcin,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (min-width: 40em) {
    	.contact-details.layout-three > div {
    		width: 50%;
    	}
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Feature Slider Image Size #244707
    Skandha
    Participant

    @fireflywebs: 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/solid-construction/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

    in reply to: Increased Logo Size #244706
    Skandha
    Participant

    @fireflywebs: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .custom-logo-link {
        max-width: unset;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Add featured image to author page #244705
    Skandha
    Participant

    @bastienchill: Hello there,
    I am afraid it is not possible to add header/featured image for author page. You will need to find a suitable plugin from the WordPress Plugin Repository.

    Kind Regards,
    Skandha

    Skandha
    Participant

    @mystagogue: Hello there,
    When you click on the site title then it will take you to the homepage. I am sorry but I don’t understand the issue you are having. Can you explain further now that I am able to see the .gif file you posted.

    Kind Regards,
    Skandha

    Skandha
    Participant

    @bastienchill: Hello Bastien,
    Go to => Appearance => Customize => Theme Options => Footer Editor Options => Add the code
    <a target="_blank" href="https://catchthemes.com/">Catch Themes</a> and Publish.

    Replace https://catchthemes.com/ with your link and Catch Themes with your text.

    Let me know if this works out.
    Kind Regards,
    Skandha

    in reply to: How to increase site width? #244699
    Skandha
    Participant

    @kavitachoudhary89gmail-com: Hello there,
    To increase the width of the page
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .wrapper {
        width: 1200px;
    }

    But increasing the width of the page won’t be enough as after increasing the width the images won’t show up well. So it requires lot of customization to increase the width and then and adjust other elements. If you really need this I suggest you to hire a customizer to get it done.

    Kind Regards,
    Skandha

    in reply to: Demo content #244688
    Skandha
    Participant

    @sygy88: Hello there,
    You will need to use Catch Themes Demo Import Plugin and Essential Content Types Plugin to import the demo content on your site.

    Install and Activate the plugins.
    Then,
    Go to => Dashboard => Appearance => Catch Themes Demo Import => Click on Import for the demo you would like to import.

    Note: You must have the Catch Foodmania Theme activated.

    Let me know if you are having issues importing the demo content files.

    Kind Regards,
    Skandha

    in reply to: How to change image icon of service in front page? 2 #244687
    Skandha
    Participant

    @sygy88: Hello there,
    Can you please post in your site URL so that I can look into the issue?

    Kind Regards,
    Skandha

    in reply to: Catch Theme Adonis Pro – Demo Import Plugin Files #244686
    Skandha
    Participant

    @philip-mortonphyonis-com: Hello Philip,
    I have emailed you the demo content files along with instructions on how to import them.

    Kind Regards,
    Skandha

    Skandha
    Participant

    @dsm: Hello Ulrich,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* To change the background color of menu item HELFEN and its sub menu item */
    #menu-item-374, #secondary-menu ul.menu #menu-item-374 ul a {
        background-color: red;
    }
    /* To change the hover background color of menu item HELFEN and its sub menu item */
    #secondary-menu ul.menu #menu-item-374:hover > a, #secondary-menu ul.menu #menu-item-374 ul li:hover > a {
        background: #54fb01;
    }

    You can change the color according to your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Demo Content Request #244599
    Skandha
    Participant

    @brokenskeleton: Hello there,
    You will need to use out Catch Themes Demo Import plugin.
    Install and Activate the plugin.

    Then,
    Go to => Dashboard => Appearance => Catch Themes Demo Import => Select the demo you want to import.

    Note: You need to have Euphony Theme activated.

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Hide contact infos on blog and posts #244585
    Skandha
    Participant

    @bastienchill: Hello Bastien,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .single-post #contact-section {
        display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Instagram social gallery doesn’t display #244583
    Skandha
    Participant

    @bastienchill: Hello Bastien,
    I see that you have Lazy Load – Optimize Images plugin by WP Rocket activated but the social widget gallery and catch gallery seems to be showing up fine.

    Since you have been creating a lot of replies and topics in a short duration some of them are going into the spam folder.

    Kind Regards,
    Skandha

    in reply to: Hide newsletter footer on homepage and pages #244579
    Skandha
    Participant

    @bastienchill: Hello Bastien,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    body:not(.blog):not(.single-post) #footer-newsletter {
        display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: slider does not work #244546
    Skandha
    Participant

    @tucanviajero: Hello there,
    Go to => Appearance => Customize => Feature Slider => Slider Options =>

    Aren’t you able to change the slider image from there?

    Kind Regards,
    Skandha

    in reply to: Unable to reorder sections in section sorter #244544
    Skandha
    Participant

    @kyo: Hello there,
    The issue has already been fixed. Please update the theme to the latest version 3.3.4.

    Kind Regards,
    Skandha

Viewing 20 posts - 5,361 through 5,380 (of 12,027 total)