Where do I edit this css?

I want to edit this CSS line but it does not leave me, nor adding it to the CSS section for the page. Can you help me? This is the code I'm trying to change (It's found in Inspect Element in the Google Chrome browser)

Code to change:
@media only screen and (max-width: 1239px)
.no-section-bg-tablet .section {
     background-image: none! important;
}
@media only screen and (max-width: 767px)
.section {
     background-attachment: scroll! important;
     height: auto! important;
}

Why I need to change it:
@media only screen and (max-width: 1239px)
.no-section-bg-tablet .section {
     / * background-image: none! important; * /
}
@media only screen and (max-width: 767px)
.section {
     / * background-attachment: scroll! important; * /
     height: auto! important;
}


ALL THIS TO BE ABLE TO SEE THE BACKGROUND IMAGE ON THE MOBILE AND TABLET, I HAVE TRIED EVERYTHING AND UNTIL THE MOMENT THIS HAS WORKED ME WHEN I EDITED IT IN INSPECT IT ELEMENT. 
I enclose the page where I intend to make the change: https://chirimiasypapayerasenantioquia.com/papayeras-en-medellin/

Comments

Sign In or Register to comment.