
Originally Posted by
Pullo
Hi there,
And welcome to the forums.
What exactly is it you are trying to achieve here?
The background property is shorthand property used to apply various background effects to an element, such as a <div>
I'm not sure it really makes sense to apply a background image to an image.
I'm trying create a theme in offile mode. The solution for my question is:
Code:
img[src*="original_image"]{
background-image: url("new_image") !important;
background-repeat: no-repeat !important;
width:25px !important;
display:inline-block !important;
padding:25px 0 0 0 !important;
height: 0px !important;
}
I have one more question, it is possible to add a button next to the 'quote'? Only with CSS offline mode. For create a theme
Bookmarks