Wait a minute... This content is very very old. We no longer sell or support this theme version. New Topics
Version 9
Liz Liz
13 points
Beginner
Please can somebody tell me if this is the correct CSS to have a background image instead of BG colour
_____________________________________________________________
/* Current css used for background colour in child theme style.css */
}
.itemdata.featured .thumbnail {
color: #468847;
background: none repeat scroll 0% 0% #FFF !important;
border-color: #D2DDC9;
}
_____________________________________________________________
Is this the correct css if I want to have a Background image instead of colour background for the featured member in the Dating theme?
_____________________________________________________________
/* New css for background image instead of BG colour css */
}
.itemdata.featured .thumbnail {
color: #468847;
background-image: url(“https://www.dirtyoldmen.se/wpcontent/uploads/2015/06/backroundimage.jpg”); !important;
border-color: #D2DDC9;
}
_____________________________________________________________
Please can somebody correct me if I’m wrong?
I want to put the css in my child theme style sheet and NOT in Design Meta
Please can somebody tell me if this is the correct CSS to have a background image instead of BG colour
_____________________________________________________________
/* Current css used for background colour in child theme style.css */
}
.itemdata.featured .thumbnail {
color: #468847;
background: none repeat scroll 0% 0% #FFF !important;
border-color: #D2DDC9;
}
_____________________________________________________________
Is this the correct css if I want to have a Background image instead of colour background for the featured member in the Dating theme?
_____________________________________________________________
/* New css for background image instead of BG colour css */
}
.itemdata.featured .thumbnail {
color: #468847;
background-image: url(“https://www.dirtyoldmen.se/wpcontent/uploads/2015/06/backroundimage.jpg”); !important;
border-color: #D2DDC9;
}
_____________________________________________________________
Please can somebody correct me if I’m wrong?
I want to put the css in my child theme style sheet and NOT in Design Meta
Members Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login Now