label Black

Support desk for Multipurpose Quark Theme
GK User
Tue Mar 15, 2016 4:43 pm
how can I change the label Black
I would put a picture instead of label Black
Thank you so much
User avatar
Junior Boarder

teitbite
Sat Mar 19, 2016 11:29 am
Hi

Do You mean the black background under newsletter module ? Try this code:

Code: Select all
#gkBottom7 .box.dark-bg {
background-image: url(../images/image.jpg);
background-size: cover;
}
User avatar
Moderator

GK User
Mon Mar 21, 2016 9:12 am
not the label is the black one you see in the image attached.
User avatar
Junior Boarder

teitbite
Fri Mar 25, 2016 2:43 pm
Hi

Here is a selector to change this element background:

Code: Select all
.big-photo .big-photo-button .big-photo-button-preloader {
    background: #fff none repeat scroll 0 0;
}
User avatar
Moderator


cron