delete the date

GK User
Mon Oct 01, 2012 5:03 pm
I can not find how to remove the date next to the title
boutiquepag.jpg
User avatar
Expert Boarder

Konrad M
Mon Oct 01, 2012 5:13 pm
Hi,
please try add to override.css
Code: Select all
.itemDate {
display: none;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Mon Oct 01, 2012 5:42 pm
perfect, thanks!!!
User avatar
Expert Boarder

GK User
Mon Oct 01, 2012 5:50 pm
Konrad M wrote:Hi,
please try add to override.css
Code: Select all
.itemDate {
display: none;
}

and remember to enable override.css option in template settings.



can you help me to change the background color?
User avatar
Expert Boarder

Konrad M
Mon Oct 01, 2012 5:52 pm
Try add
Code: Select all
body {
background: #EEEEEE;
}

and set your own color value.
User avatar

GK User
Mon Oct 01, 2012 8:05 pm
Konrad M wrote:Try add
Code: Select all
body {
background: #EEEEEE;
}

and set your own color value.


ok, instead of changing color a picture!!!
User avatar
Expert Boarder

Konrad M
Tue Oct 02, 2012 9:32 am
Would you like repeat this picture or not ?
User avatar

GK User
Tue Oct 02, 2012 9:23 pm
Konrad M wrote:Would you like repeat this picture or not ?


no, I will not repeat!
User avatar
Expert Boarder

Konrad M
Wed Oct 03, 2012 9:00 am
So please copy your image to images folder then please try add to override.css
Code: Select all
body {
background:url(../images/your_image.jpg) top center no-repeat;
}
User avatar


cron