Forum Replies Created

Viewing 20 posts - 2,221 through 2,240 (of 12,034 total)
  • Author
    Posts
  • in reply to: Section title – lowercase/uppercase word #278529
    Skandha
    Participant


    @fipillo
    : Hello Filippo, 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-sketch/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 font/design for blockquotes PART 2 #278522
    Skandha
    Participant

    @landyvlad: Hello there,
    If you use the Quote Block everywhere the above CSS Code will work or else you will need to add CSS Code for every Quote section.
    I guess using the Quote Block is a better option.

    Kind Regards,
    Skandha

    in reply to: Section title – lowercase/uppercase word #278519
    Skandha
    Participant

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

    .entry-title {
        text-transform: unset;
    }

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

    in reply to: A Few Customization Needs for PhotoFocus Pro Theme #278516
    Skandha
    Participant

    @imilner: Hello there,
    To remove the From the Blog text
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .home .archive-posts-wrapper .section-subtitle {
        display: none;
    }

    Are you still having issue with the featured image?

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

    in reply to: Section title – lowercase/uppercase word #278515
    Skandha
    Participant

    @fipillo: Hello Filippo,
    Can you please make your site accessible and let me know which section title you are referring to?

    Kind Regards,
    Skandha

    in reply to: Center images in page and featured content #278513
    Skandha
    Participant

    @fipillo: Hello Filippo, 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-sketch/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

    Skandha
    Participant

    @patricia32: Hello there,
    I checked your site and the slider seems to be working fine. Can you please explain what change in color issue you are having?

    Kind Regards,
    Skandha

    in reply to: Full width on specific page #278506
    Skandha
    Participant

    @calemotionnc: Thank you for your wonderful review. Let me know if you come across anymore issues. Have a good day! 🙂

    Kind Regards,
    Skandha

    Skandha
    Participant

    @patricia32: Hello there,
    To remove the dark overlay
    Go to => Appearance => Customize => Header Media => Header Media Overlay => Set it to 0 and Publish.

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

    in reply to: Post title above image #278502
    Skandha
    Participant

    @lamby: Hello Stephen,
    I am sorry Stephen as Rock Band is already a child theme this cannot be done using a child theme. What you can do is upgrade to My Music Band Pro and then create a child theme to do bit of customization to get the title before the featured image. I will guide you. You can also check out the additional-features available in the pro version of the theme.

    Kind Regards,
    Skandha

    in reply to: Blank section and section colors #278500
    Skandha
    Participant

    @doben5: Hello Douglas,
    Let me know if you have anymore issues.

    Kind Regards,
    Skandha

    Skandha
    Participant

    @carmeng: Hello there,
    Sorry for the late reply. You don’t seem to have activate the Slider on your site.

    To use the Slider
    Go to => Appearance => Customize => Theme Options => Featured Slider => Enable the section and Select the pages you want on the slide and Publish.

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

    in reply to: Full width on specific page #278495
    Skandha
    Participant

    @calemotionnc: 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/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: Button Colours #278476
    Skandha
    Participant

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

    /* To change color of search widget and the search toggle on hover */
    .search-submit {
        background-color: #ee2;
    }
    #social-search-toggle:hover {
        color: #ee2;
    }
    
    /* To change the color of the text News in the homepage
    .blog .section-title {
        color: #ee2;
    }

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

    in reply to: Site Logo Size #278475
    Skandha
    Participant

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

    .custom-logo-link {
        margin-right: 0 !important;
    }

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

    in reply to: version 2.4.7 #278474
    Skandha
    Participant

    @henebe: Glad the issue is resolved. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Navigation menu displayed twice in footer widget #278473
    Skandha
    Participant

    @whermann: Hello Winfried,
    Can you please post in your site URL so that I can look into the issue?
    Kind Regards,
    Skandha

    in reply to: Defining Playlist max height #278471
    Skandha
    Participant

    @doben5: Hello Douglas,
    Your site seems to be on under construction mode at the moment. Can you please make your site accessible so that I can look into the issue?

    Kind Regards,
    Skandha

    in reply to: Full width on specific page #278467
    Skandha
    Participant

    @calemotionnc: Hello there,
    To display Events section only on Lifestyle Page
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    body:not(.page-id-8294) #events-section {
        display: none;
    }

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

    in reply to: Center images in page and featured content #278461
    Skandha
    Participant

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

    .post-thumbnail img {
        margin: 0 auto;
    }

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

Viewing 20 posts - 2,221 through 2,240 (of 12,034 total)