Portfolio Categories Style
Hi,
I'd like to customize the Portfolio Category Bar
1) How can I remove the lines under "Filter by Categories x Show all"
2) In your demo called BeDigital I see a different categories style (http://themes.muffingroup.com/be/digital/projects/) How can I do that...?
Thanks
p.
Comments
1) Where you got those lines exactly? Please send us link to such page.
2) Those filter are different style because for this demo we set SIMPLE style under Theme options > Global > General section.
#Filters .filters_wrapper ul li a {
background: #E2E2E2 !important;
border: 1px solid #000 !important;
color: #000 !important;
}
#Filters .filters_wrapper ul li a:hover {
background: #E2E2E2 !important;
border: 1px solid #000 !important;
color: #000 !important;
}