Is there a way that I can replace names of categories with actual photos.
For example I have 3 categories under gallery, architecture, motion graphics, graphics design. So, normally these categories text are available as text so when I click on architecture, it sorts the portfolio images as architecture, but is it possible if I can keep an image instead of ARCHITECTURE?
I’m sorry if I explained with unnecessarily long details.. :)
Hi s_taimoor!
Can you please post the link to your page and link to images you would like to use?
Regards,
Yigit
Attached is the link.
What I’m looking for is how I can replace the text
All/Architectural/Branding/Characters/Concept-sketches
to photos instead of text
one nice image for architecture one for character and so on..
Hi!
You can do something like this in the Quick CSS field:
#js_sort_items a {
width: 200px;
height: 30px;
}
a.architectural_sort_button {
background-color: red;
}
a.branding_sort_button {
background-color: blue;
}
You can change the background-color property to background-image or background. Add the url of the image.
Regards,
Ismael
Thanks a lot
That’s how its looking (attached link)
background has changes but doesn’t seems good. Also text is still there. Can’t I change it to an image? with roll on.. on mouse hover it show some fade effects?
Hi!
Everything is possible, but that would need a lot of work to be done.
You can contact one of our Customization Contractors, who will help you out with the process.
http://kriesi.at/contact/customization
Let us know if we could do anything else, regarding our theme
Best regards,
Basilis