Forum Replies Created

Viewing 20 posts - 5,601 through 5,620 (of 12,027 total)
  • Author
    Posts
  • in reply to: Post Entry Title Not Showing #242266
    Skandha
    Participant

    @fireflywebs: Hello there,
    Can you please replace the code in your loop.php by the code in this link and let me know if the posts appear better?

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

    in reply to: Fullscreen Pro – Using home page style for categories #242265
    Skandha
    Participant

    @meige: Hello there,
    Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    in reply to: Theme is not working after website migration #242264
    Skandha
    Participant

    @sanket: Hello there,
    I will need to look into your site to debug the issue. I will contact you shortly by email.

    Kind Regards,
    Skandha

    in reply to: how to delete the “icon” “star” “thing” #242263
    Skandha
    Participant

    @gildaniela: Hello Daniela, 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/cleanportfolio/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: Logo size #242262
    Skandha
    Participant

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

    .home #content {
        display: none;
    }

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

    in reply to: Social Buttons #242261
    Skandha
    Participant

    @stefanhbm: Hello there,
    Go to => Appearance => Customize => Social Links => Custom Social Links => Upload all your Social Icons here.
    Then,
    Go to => Appearance => Customize => Widgets => Select a widget area => Add Widget => Add CT: Social Icons widget and Publish.

    The custom icons should show up on the selected widget are.
    Let me know if this works out!

    Happy Easter to you too. Stay Safe.
    Kind Regards,
    Skandha

    in reply to: How to hide titles ? #242213
    Skandha
    Participant

    @aydi: Hello Adelaide, 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/high-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! 🙂

    Kind Regards,
    Skandha

    in reply to: Woo Commerce Buttons #242212
    Skandha
    Participant

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

    #customer_details input, #customer_details textarea {
        font-size: 16px;
    }

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

    in reply to: Thick blue line under slider #242211
    Skandha
    Participant

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

    #feature-slider-section .slider-content-wrapper, #feature-slider-section .owl-dots {
    	display: none;
    }

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

    in reply to: How to hide titles ? #242199
    Skandha
    Participant

    @aydi: Hello Adelaide,
    Go to => Appearance => Customize => Theme Options => Breadcrumb => Uncheck the option Check to enable Breadcrumb and Publish.

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    in reply to: How to hide titles ? #242197
    Skandha
    Participant

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

    .archive .page-header {
        display: none;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    in reply to: Change paragraph font size #242194
    Skandha
    Participant

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

    body {
        font-size: 15px;
    }

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

    in reply to: How to hide titles ? #242193
    Skandha
    Participant

    @aydi: Hello Adelaide,
    Can you please remove the under construction mode from your site so that I can look into your issue?

    Kind Regards,
    Skandha

    in reply to: Tabs Title and Heading #242192
    Skandha
    Participant

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

    /* To remove the outline when the add to cart button is clicked in chrome */
    button {
        outline: none;
    }

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

    Skandha
    Participant

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

    body:not(.no-header-media-text) .custom-header::after {
        background-color: #f23456;
    }

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

    in reply to: Add text with social icons header / footer #242184
    Skandha
    Participant

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

    .menu-social-container li a[href*="tel:"]:before {
      content: "\f095";
    }

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

    in reply to: Formatting of Menu in footer #242182
    Skandha
    Participant

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

    #nav_menu-5 ul li {
        font-weight: bold;
    }

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

    in reply to: Remove menu after press on anchor link #242181
    Skandha
    Participant

    @lilleselmer: Hello there,
    For that you will need to create a child theme and do a little bit of customization. Let me know if you are familiar with child theme customization so that I can help you out.

    Kind Regards,
    Skandha

    in reply to: Theme is not working after website migration #242171
    Skandha
    Participant

    @sanket: Hello there,
    You seem to haved missed copying the media files. None of the images are showing up in your new site. Did you migrate the uploads folder as well?

    Kind Regards,
    Skandha

    Skandha
    Participant

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

    /* To center align site title logo and navigation */
    @media screen and (min-width: 64em) {
    	.site-branding {
    		margin: 0 auto;
    	}
    }
    #header-navigation-area {
        margin: 0 auto;
    }
    
    /* To adjust height of grey background other pages other that homepage */
    body:not(.home) .custom-header .custom-header-content {
        padding: 100px;
    }
    
    /* To remove the line “BY DRESSEL”  and  “prev post”/”next post” */
    .single .entry-meta .byline, .single .nav-links  {
        display: none;
    }
    
    /* To reduce the height footer widget area */
    #colophon #tertiary {
        padding: 0;
    }

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

Viewing 20 posts - 5,601 through 5,620 (of 12,027 total)