raviriley / agency-jekyll-theme

Jekyll version of the newest Agency Bootstrap theme, plus new features: Google Analytics, Markdown support, custom pages, and more!
https://raviriley.github.io/agency-jekyll-theme-starter/
MIT License
347 stars 689 forks source link

Changing the icon when hovered on items at portfolio section. #79

Open axolotlagatsuma opened 7 months ago

axolotlagatsuma commented 7 months ago

Hey, love your theme but I don't want to use the plus icon for one specific portfolio item can I change that icon?

axolotlagatsuma commented 7 months ago

I can change the icon but it's got some problems. :D

raviriley commented 7 months ago

I believe changing the icon for one specific portfolio item would require some custom code and doesn't generalize to a PR for everyone using the theme - thoughts?

axolotlagatsuma commented 7 months ago

I believe it's in the page files. Not in the project files. So I couldn't change the icon for every project differently. Plus it's a little buggy when I do it my way. Anyways thank you for responding.

avicndugu commented 7 months ago

@axolotlagatsuma. The feature to change the icon has already been implemented. Please check the styles.yml file inside the _data folder(_data/styles.yml). You can override the default + portfolio icon using portfolio-icon entry.

axolotlagatsuma commented 7 months ago

@axolotlagatsuma. The feature to change the icon has already been implemented. Please check the styles.yml file inside the _data folder(_data/styles.yml). You can override the default + portfolio icon using portfolio-icon entry.

Okay thanks, I'll check it out.

avicndugu commented 7 months ago

Quick update. The feature I was referring to changes the icon for all portfolio items, not for one single item.