Forum Replies Created

Viewing 20 posts - 4,541 through 4,560 (of 12,027 total)
  • Author
    Posts
  • in reply to: SimClick – text, header, and sidebar issues #253784
    Skandha
    Participant

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

    /* To change background color of custom header in Blog page */
    .blog .custom-header::after {
        background-color: rgb(0, 0, 0);
    }

    You can change the color according to your choice.

    To have right sidebar on homepage
    Go to => Appearance => Customize => Theme Options => Layout Options => Homepage Layout => Select Right Sidebar and Publish.

    Then,
    Go to => Appearance => Customize => Widgets => Sidebar => Add your widgets and Publish.

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

    in reply to: Header and Featured Image sizes #253783
    Skandha
    Participant

    @admincoolkidshub-com: Hello Brandon,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* To change color of menu items */
    #site-navigation a {
        color: #000;
    }
    
    /* Move Header Image below menu */
    .custom-header {
        margin-top: 101px;
    }
    
    /* Resize Featured Content and Recent Posts headings */
    .featured-content-wrapper .entry-title, #infinite-post-wrap article .entry-title {
        font-size: 25px;
    }
    
    /* Remove the italic effect of mobile screens */
    .featured-content-wrapper .entry-title {
        font-family: "Trebechet MS" !important;
    }
    
    /* To change background color of first post and scroll up */
    .first-post .hentry, #scrollup {
        background-color: #f23456;
    }
    
    /* Reduce featured image size on single post/page */
    .single-post .post-thumbnail {
        max-width: 500px;
        margin: 0 auto;
    }

    Let me know if this works out
    Kind Regards,
    Skandha

    in reply to: Recent Posts #253780
    Skandha
    Participant

    @nrgjdoria: Hello Nick,
    Are you still having any of the above issues? I checked your site and everything seems to be showing up fine.

    Kind Regards,
    Skandha

    Skandha
    Participant

    @erikiesdistributors-com: Hello there,
    Does this happen on a published page as well?

    Kind Regards,
    Skandha

    in reply to: Fatal error #253776
    Skandha
    Participant

    @armartino: Hello there,
    Can you check if your theme subscription has expired or not?

    Kind Regards,
    Skandha

    in reply to: yet corrupt theme #253742
    Skandha
    Participant

    @giro: Hello Marco,
    I have just sent you an email. Please check your in box as well as your spam folder.

    Kind Regards,
    Skandha

    in reply to: Fonts in post #253723
    Skandha
    Participant

    @detrog1980: 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: Header and Featured Image sizes #253722
    Skandha
    Participant

    @admincoolkidshub-com: Hello Brandon,
    The URL you posted is not accessible. Can you check if the URL you posted is correct?

    Kind Regards,
    Skandha

    in reply to: Categories #253721
    Skandha
    Participant

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

    .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
        padding: 0 !important;
    }

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

    in reply to: yet corrupt theme #253720
    Skandha
    Participant

    @giro: Hello Marco,
    I will need to look into your site to debug the issue. I will contact you shortly through email.

    Kind Regards,
    Skandha

    in reply to: SimClick – text, header, and sidebar issues #253717
    Skandha
    Participant

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

    Kind Regards,
    Skandha

    in reply to: Mobile Site on Safari vs. Chrome #253716
    Skandha
    Participant

    @briswatek: Hello there,
    Can you please attach me the screenshots of the issue so that I can look into it?

    Kind Regards,
    Skandha

    in reply to: Fonts in post #253699
    Skandha
    Participant

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

    li {
        color: #000;
    }

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

    in reply to: Social Links missing from Customize #253698
    Skandha
    Participant

    @narnia_2020: 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/my-music-band/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: Social Icons #253697
    Skandha
    Participant

    @nrgjdoria: Glad I could help you out. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: translations #253696
    Skandha
    Participant

    @toerfiets: Glad you figured it out. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: change the size of a post thumnail, doesnt work #253695
    Skandha
    Participant

    @aldmor: Hello there,
    I suggest you not to edit core theme files directly as all your edits will be lost when you update the theme. Please create a child theme before making any changes to the theme files.

    To change the size of post thumbnail 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: How to add a second featured image #253694
    Skandha
    Participant

    @chrismyersemailyahoo-com: Hello Chris,
    I am afraid it is not possible to add a second featured image option with the available options.To add the option a lot of customization is needed which is beyond our support scope. If you really need it I suggest you to hire a customizer to get it done.

    Kind Regards,
    Skandha

    in reply to: How to add excerpt to a page? #253691
    Skandha
    Participant

    @fay-erek: Hello Fay,
    Can you please let me know what you are trying to achieve on Lulus First Day page?
    Are you trying to add a read more button which when clicked shows the full content of the page?

    Kind Regards,
    Skandha

    in reply to: Fonts in post #253641
    Skandha
    Participant

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

    .has-text-color.has-black-color em {
        font-style: italic;
    }
    .has-text-color {
    	color: #000;
    }

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

Viewing 20 posts - 4,541 through 4,560 (of 12,027 total)