Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #894928

    I’m having issues using my styles.css file in my child theme folder. For some style changes, it does nothing. Then when I test the same style using the Quick CSS it works.

    Do you have any suggestions to make the child theme style.css take priority over everything else? I looked into enqueue scripts but they didn’t seem to work. Thanks in advance!

    #894939

    Hi,

    I disabled CSS minifying W3 Total Cache settings and that helped. You can enable custom CSS code to your Style.css while CSS minification is disabled and then enable it. Please review your website.

    Regards,
    Yigit

    #894941

    Thank you Yigit. However, it still seems to be not functioning as expected. For example, the last entry (below) in my child theme’s style.css is not being loaded properly (see the testimonial images on the home page, the width: 60px is not being applied). If I put the same thing in Quick CSS it works.

    Is there anything specific I should be putting in my functions.php to load my child style.css last?

    .avia-testimonial-image, .avia-testimonial-image img {
    width: 60px!important;
    height: 60px!important;
    }

    #895001

    It seems to be functioning now, did you do anything?

    #895112

    Hi,

    No, we didn’t do anything, tt likely didn’t work before because of caching. Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.