A few portfolio questions
- It looks like it's using the standard background color behind the tiles, and I'd like to change that background color only on this page but can't figure out how.
- I'd like to remove the diagonal stripes behind the filters
- I'd like to remove the words "filter by" and move the categories text left
- I'm hoping to make the portfolio tiles at the bottom full width like they are on the main portfolio page
Comments
Portfolio page:
1. Do you mean to change background image which is at the top of website where menu items are?
2. To remove diagonal lines behind filters, please use below css:
#Filters .filters_buttons { background-image: none; }3. For that please use below css:#Filters .filters_buttons li.label { display: none; }Detail page:1. If you want to make them full width, then you must use "Full width" style for section item. More info about that you can read in the doc http://themes.muffingroup.com/betheme/documentation/#section
.single-portfolio #Wrapper, .single-portfolio #Content { background: #000 !important; }