Portfolio help

Hi

How do I edit this page http://www.commissionit.co.uk/portfolio-glass

Want to change the social media links to our grey, make all links grey instead of the red and remove the hover over black and red link image and change the alt text ?

Also is there a way to add an additional price filter on this page?

Perhaps i can add a price field in the actual profiles as in http://www.commissionit.co.uk/portfolio-item/resin-art-one/

Thanks

Hello @CommissionWorks,

Thanks for writing in!

The social media icon links color is also the same as the site links color. You can change the site links color by going to X > Theme Options > Typography > Site Links.

And if you wanted the site links color different from the social media icons and want it in grey color, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.x-share-options .x-share{
    color: grey;
}

.x-entry-share .x-share:hover {
    background-color: grey;
    color: white;
}

Regretfully you cannot add an additional price filter on this page because these are portfolio items. Price filter is only applicable to product items.

Hope this helps.

Thanks, can i include product feeds as an element withing a portfolio?

Hi @commissionworks,

Thanks again for asking!
As mentioned by @RueNel that product filter or any kind of product feed can’t be added to the portfolio page.
That needs custom development. You can take help from a developer to do this as this is something out of our theme support scope.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.