• REGGSenterprises

    (@cruisenewsandreviews)


    I have entered snippets into the custom css section of the settings for the Mystile theme. When I first started, those I entered created the sought after changes on my site however recently, any changes I make are not reflected in my site. I have even copied and pasted snippets that are used to specifically change aspects of the Mystile theme yet no changes occur. Any help would be appreciated.

Viewing 4 replies - 16 through 19 (of 19 total)
  • Can you clarify which pages you’re referring to? On this page, for example, I see that the page title has been hidden and the font size in the sidebar widgets is 14px, just as you’ve set it.

    Also, I don’t see this code:

    .attachment-shop_catalog {
    box-shadow: inset -3px -3px 5px rgba(0, 0, 0, 0.5) !important;
    border: 0 !important;
    }

    on the site.

    Thread Starter REGGSenterprises

    (@cruisenewsandreviews)

    Sorry but been making many changes trying to get this site up to speed. Seems to be working ok now. Not sure how. The missing code had been removed just due to me feeling it didn’t look all that good.

    Thank you for your help.

    I’m having the same problem, and actually trying to edit the same line of WooCommerce CSS! I searched, but I don’t see the same kind of closing bracket errors in my file. I am using the Woo MyStile theme, and they recommend you put any new css in the custom.css file, so I put in

    ul.products li.product { width: auto !important; }

    to get it to override the file at
    https://www.rijigreen.com/wp-content/themes/mystile/styles/green.css
    but it doesn’t take my changes. I am trying to get it to display the product images at their actual size instead of choosing a width percentage at
    https://www.rijigreen.com/shop/

    I also tried manually editing the green.css file, FTPing it over the existing green.css file, and when I request that CSS file in the browser, I’m getting the old file, with no changes. But when I SSH in, the file for sure has the changes I made. I don’t have any caching plugins running at all.

    What else could I be missing that would cause my changes not to take effect?

    I tried running a CSS validator and reuploading the file, and the changes seem to be working now. The weird thing is, the only changes I made after seeing the CSS validator results were not things I had changed before – they were things that were already part of the CSS when it was working as it was originally designed. So it’s still a bit of a mystery to me as to why it was cached before and is not now (I can see the new comments and such I put in the file when I request the URL), but I am glad it’s working, nonetheless!

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘Custom css not working’ is closed to new replies.