A few portfolio questions

edited January 2015 in Portfolio
Hi-
On my main portfolio page here: http://batterycreative.com/chuckportfolio/
  1. 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.
  2. I'd like to remove the diagonal stripes behind the filters
  3. I'd like to remove the words "filter by" and move the categories text left 

  1. I'm hoping to make the portfolio tiles at the bottom full width like they are on the main portfolio page

Thanks!

Comments

  • Hi,

    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
  • Thanks for the quick answers. For the question one, I don't mean behind the menu. Behind the portfolio tiles at the bottom of the page, it's light gray from however it was set up as the main portfolio page (so I don't have an element of Portfolio Grid that I've dropped in myself. I'm just trying to make it dark gray to match my other portfolio detail pages at the bottom. I'm assuming that light gray is the body color I use throughout.

    Thanks again for your help, you guys are incredibly helpful and have a fantastic theme.
  • Ok, got it. So this color should be possible to setup via section. When you add section within muffin builder, you can setup background color. More info about this item you can read on http://themes.muffingroup.com/betheme/documentation/#section
  • I've been doing that elsewhere, but on this page there is no section for the portfolio tiles. I assume they are there because I used the Portfolio template. My bottom section in the Muffin builder is the blue area with the copy.
  • So if you don't have, then please use below css:
    .single-portfolio #Wrapper, .single-portfolio #Content { background: #000 !important; }
  • edited January 2015
    If I paste this in the main CSS spot in the Muffin > Layout area, it changes my background globally which I don't want. If I paste it in the custom CSS area for the page, nothing happens.
  • So what you exactly want? Just change content background per inner pages?
Sign In or Register to comment.