Jump to content

How to edit CSS files


elise

Recommended Posts

I need to change some things, but I don't know from where I can do this? Also, from where can I access HTML or CSS files? For example, I want to remove that label ''HEA PAKKUMINE'', but I can't find a place where I can do that. Please help me. 

heh1.png

heh2.png

Link to comment
Share on other sites

  • razaro changed the title to How to edit CSS files

Hi

Welcome to the forum.

You can edit CSS in your theme folder /themes/theme948/css/global.css and just change line 7465

.sale-label {
  font: 400 13px/21px "Ubuntu", sans-serif;
  color: white;
  background: #ed1111;
  text-transform: uppercase;
  padding: 9px 18px 7px 18px;
  text-align: center;
  display: block;
  z-index: 1;
}

from display: block; to display: none;  Save file and if needed clear PrestaShop and browser cache.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...