is it possible to change te layout of the category page of the potfolio.
if you check my link, you see al lot of items.
I want the name of the item on top of the border, and the border background must be gray, when mouseover white, possible ?
Hey!
Try adding this code to the Quick CSS:
.entry-content-header {
position: absolute;
top: -10px;
}
.grid-content {
position: relative;
min-height: 50px;
}
Cheers!
Josue
thanks, but what about the mouse over option ?
And possible to have the first item in white, the next in grey, the thirth in grey enz.
Just like an excel overlay
Hi,
Would you mind posting us a screenshot/mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here :)
Best regards,
Yigit
see private
Hey!
Try adding this code to the Quick CSS:
#top .grid-sort-container .grid-parity-even .grid-content{
background: #d1d1d1;
}
#top .grid-sort-container .avia-arrow{
display: none;
}
#top .grid-sort-container .grid-entry-title {
background: transparent;
}
Cheers!
Josue
thanks, what about a real mouse over when hover the portfolio border , possible ?
Hi,
Try with this:
#top .grid-sort-container .grid-entry:hover .grid-content{
background: red;
}
Best regards,
Josue
thanks, but it is not working
Remove this from your Quick CSS:
//
thanks, perfect