Sorry I'm new to this stuff. I want to change just a few minor things. I'm reading that I should probably use a separate file to make it easier to update in the future . . . I just need a point in the right direction.
Do I upload a css file to "CSS Resources"? Do I need to reference that file somewhere else like the "HEAD Tag Content"? Do I absolutely need FTP access?
Like for example, I'd like to change the size of the quickview magnific popup thing. So I guess I'd want something like this running after the normal one:
.mfp-content {
height: 120%;
}
But I'm struggling where I should put this.
Thank you in advance
Do I upload a css file to "CSS Resources"? Do I need to reference that file somewhere else like the "HEAD Tag Content"? Do I absolutely need FTP access?
Like for example, I'd like to change the size of the quickview magnific popup thing. So I guess I'd want something like this running after the normal one:
.mfp-content {
height: 120%;
}
But I'm struggling where I should put this.
Thank you in advance
Comment