How to link external css

Hello there, i’m using x theme with woocommerce plugin.

I’m using internal css in my page which are:

body .x-brand.text {
display: none;
}

.entry-header {
display: none;
}

.x-colophon-content {
display: none;
}

.x-navbar-wrap {
display: none;
visibility: hidden;
}

However, when I use it in the style.css. It didn’t work. How can i make it work.

Thank you.

Hey,

You need to set up a child theme following this article: https://theme.co/apex/forum/t/setup-how-to-setup-child-themes/57

I already using a child theme. i works well with other snippet code. but i dont know how to link html with the css in the style.css
the css works ok in the internal css. its wheb i copy paste the same css at the style.css, it does nothing.

Thank you

Hi there,

When you saved the code in the style.css and check on the browser and nothing is taking effect, you might just be seeing a cached version of the page.

Please try to clear the cache of your site and the browser after saving the style.css file.

Hope this helps.