Hello! I'm a new Apex Developer and I'm having issues adding images globally to a specific css class using the theme roller.
I want to customize the Universal Theme - 42 * and I have tried to upload the image to ‘Shared Components \ ThemesCreate \ Edit Theme \ Files’ using the #THEME_DB_FILES#image.jpg reference in the therme roller. I have also tried uploading the image to the static application files using the #APP_FILES#image.jpg reference but none of those methods are working for me.
What am I doing wrong?
Here is my css that I use in the theme roller:
.t-Header-branding {
position: relative;
background-image: url('#THEME_DB_FILES#image.jpg') !important;
background-position: center;
background-repeat: no-repeat;
background-size: cover !important;
}