Forum Replies Created

Viewing 20 posts - 1,661 through 1,680 (of 12,034 total)
  • Author
    Posts
  • in reply to: Footer height #284572
    Skandha
    Participant

    @henebe: Glad it worked out. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Scroll #284571
    Skandha
    Participant

    @henebe: Hello Heinz,
    Our team has sent you an email regarding the issue. Please check your inbox.

    Kind Regards,
    Skandha

    in reply to: Font Family Options #284569
    Skandha
    Participant

    @aecopc_mktg: Hello there,
    I am afraid Halyard Display is not a google font.

    Kind Regards,
    Skandha

    in reply to: Colors of button #284548
    Skandha
    Participant

    @mariannegarabed: Hello Marianne,
    This seems to be a little bug which has been fixed and an update will be released soon.
    For the time being
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .wp-block-button__link {
        color: #000 !important;
    }

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

    in reply to: Font Family Options #284537
    Skandha
    Participant

    @aecopc_mktg: Hello there,
    If the fonts are Google Fonts let me know so that I can add them to the theme itself otherwise you will need use a custom font plugin or create a child theme and enqueue the fonts to the child theme to use it.

    I hope this helps you out!
    Kind Regards,
    Skandha

    in reply to: Testimonials Section: title and quote marks #284536
    Skandha
    Participant

    @lewgard: Hello there,
    To change the Testimonial Title
    Go to => Appearance => Customize => Theme Options => Testimonials => For CPT heading and sub-heading, go here => Testimonial Archive Title => Edit the text and Publish.

    Can you please post in your site URL and let me know which quotation marks you are referring to?

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    in reply to: Footer height #284534
    Skandha
    Participant

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

    #tertiary {
        padding: 0;
    }

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

    in reply to: The pages do not update me the changes made #284479
    Skandha
    Participant

    @oscar-manuel: Hello there,
    I have replied to your email.

    Kind Regards,
    Skandha

    in reply to: Creating right sidebar on article pages #284478
    Skandha
    Participant

    @jimsheppard: Hello there,
    The sidebar option can be changed for each post or page.

    For that,
    Edit a post/page => Catch Box Option on the right sidebar => Sidebar Layout Options => Select the option that you want and Update the page/post.

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

    in reply to: How to change font/design for blockquotes PART 2 #284477
    Skandha
    Participant

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

    blockquote {
        background-color: #ebf2f7;
        border-radius: 50px;
        padding: 50px !important;
    }

    Let me know if this makes the blockquote uniform on all pages.
    Kind Regards,
    Skandha

    in reply to: Colors of button #284475
    Skandha
    Participant

    @mariannegarabed: Hello Marianne,
    Can you please let me know which button you are referring to?

    Kind Regards,
    Skandha

    in reply to: Change widget text formatting #284469
    Skandha
    Participant

    @piter-seil: Hello there,
    To insert empty lines use the tag <br> and to make the text bold insert the text inside <strong>text</strong>.

    To insert a button add the following Code.
    <a href="#" class="btn btn-transparent">Explore Music</a>

    Replace # with the button link and Explore Music with the button text.

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

    in reply to: Background Image on Primary Menu #284462
    Skandha
    Participant

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

    body:not(.home) #site-header-menu {
        background-image: url("http://infigotechsolutions.com/wp/wp-content/uploads/2021/06/infigo-pattern-1.png");
    }

    Replace the url with the image url of your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Footer Issues #284457
    Skandha
    Participant

    @reenad10: 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/simclick/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: How to change text in header? #284451
    Skandha
    Participant

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

    .custom-header-content .sub-title {
        font-size: 26px !important;
    }
    .custom-header-content .entry-title {
        font-size: 40px !important;
        text-transform: unset !important;
    }

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

    in reply to: Change widget text formatting #284413
    Skandha
    Participant

    @piter-seil: Hello there,
    Do you mean to make the changes in the 100% Pure Rock’n’Roll widget?

    Kind Regards,
    Skandha

    in reply to: Creating right sidebar on article pages #284412
    Skandha
    Participant

    @jimsheppard: Hello there,
    Do you mean to have the author widget on each single post page depending on who the author of the post is? For this you will need find a suitable plugin from the WordPress Plugin Repository.

    The theme offers an Author Bio section at the end of each post.
    For that you will need to
    Go to => Dashboard => Users => All Users => Edit the users and add Biographical Info for them and Save Changes.

    Let me know if this help you out!
    Kind Regards,
    Skandha

    in reply to: Remove Link on entry-date published updated #284411
    Skandha
    Participant

    @mzhd: Hello Peter,
    I will need to look into your site to debug the issue. I have sent you an email. Please check your inbox as well as the spam folder.

    Kind Regards,
    Skandha

    in reply to: Masthead Animation #284407
    Skandha
    Participant

    @mmhgloba: Hello Edwin,
    Can you please try replacing the above Code I provided you with Code below.

    #site-logo img {
        max-width: unset !important;
        max-height: unset !important;
    }

    Also can you please elaborate the issue with the menu when the logo size is increased?
    Kind Regards,
    Skandha

    in reply to: Make fixed header #284405
    Skandha
    Participant

    @tamadwn: Hello there,
    You will need to use our Catch Sticky Menu free plugin to make the header sticky. Install and Activate the plugin.

    Then,
    Go to => Dashboard => Catch Sticky Menu => Insert #masthead as the Desktop Menu Selector and Mobile Menu Selector and finally Save Changes.

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

Viewing 20 posts - 1,661 through 1,680 (of 12,034 total)