• Resolved wooq123

    (@wooq123)


    I have a style.css file in my child theme, and no matter what I exclude, when I have css processing enabled it ignores the following piece of css in my style.css file. Any idea why it’s ignoring this and not other pieces? I can’t figure out what setting to change in order to make this style apply. Right now it’s causing my category names to be stacked on top of each other rather than show in rows next to each other, which is what the following css does in my theme.

    #archive-categories .list_shop_categories li {
    width: auto;
    margin-right:10px; padding-right:10px;
    border-right:1px solid rgba(0, 0, 0, 0.1) !important;
    }

Viewing 1 replies (of 1 total)
  • Plugin Author Raul P.

    (@alignak)

    Hi, I have been busy updating the plugin to version 3, sorry about the late reply.

    On FVM 3 I have decided to change the default method of merging.

    CSS files are still merged by default, and there is still an ignore list for css files which you do not wish to merge.

    In your case, if the file is being merged and you see it in the status page, then likely another css that comes after, is overwriting it.

    You only need to be more specific on your css rules, usually.
    https://www.smashingmagazine.com/2007/07/css-specificity-things-you-should-know/

Viewing 1 replies (of 1 total)

The topic ‘CSS Processing Bypassing Some CSS in style.css’ is closed to new replies.