child cheme changes

Home Forums Jevelin Theme child cheme changes

Home Forums Jevelin Theme child cheme changes

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    RESOLVED Posts
  • theskygate
    Participant

    Hi Shufflehound,

     

    I activated the child theme and made some changes in the style.css sheet. However it seems that it doesnt recognize the changes. I’ve uploaded the following css sheet with filezilla to Jevelin-child. But it doesn’t do anything? Please help me out.

     

    /*
    Theme Name: Jevelin Child
    Description: Child theme for Jevelin theme
    Author: Shufflehound
    Author URI: http://shufflehound.com
    Template: jevelin
    */

    /* Add your custom CSS below */

    #page-container .sh-related-posts .post-meta-thumb img {
    transform: none;
    }

    #page-container .header-logo img {
    max-height: 70px;
    }

    @media (max-width: 1025px){
    .single-post #sidebar {
    display: none;
    }
    }

    .sh-recent-posts-widgets-count {
    display: none;
    }

    .single-post .container.entry-content {
    margin-top: 50px;
    }

    theskygate
    Participant

    And another question, see attachment, how can I get rid of this overlay in “recent posts”?

    Attachments:
    You must be logged in to view attached files.

    Hi @theskygate,

     

    I hope you are well today and thank you for your question.

     

    Is that CSS file getting loaded on your website?

     

    Could you please share your site URL where you are using it so that I can troubleshoot it?

     

    Best regards,
    Shufflehound team

    theskygate
    Participant

    Hi Shufflehound,

     

    Thanks for  getting back to me. Since I posted a blog yesterday I changed the theme back to the parent theme (with extra css) instead of the child theme where I changed the css file.

    I did uploaded that css file to my website, but it seemed that it didn’t make the changes..

    Is there any option you can help me out, I dont want to put the child theme back on the website as long as it’s not the way I want.

    Thanks for understanding.

    Ward

     

     

    theskygate
    Participant

    I figured it out! It needed some more time to load the css file.

    But, can you still help me with my 2nd question?

    How to get rid of the overlay in “recent posts”?
    <div class=”bbp-attachments”>Thanks!</div>
    <div>Ward</div>

    Solution for this topic

    How to get rid of the overlay in “recent posts”?

    You can remove the overlay by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-recent-posts-widgets-item .sh-mini-overlay {
        display: none;
    }

    theskygate
    Participant

    Thanks!

    You are most welcome here 🙂

Viewing 8 posts - 1 through 8 (of 8 total)