Header Entry Title Background for Portfolio Page

Support Forums for LiveMesh Themes & Plugins Forums Agile Theme Support Header Entry Title Background for Portfolio Page

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #8688
    babaLucas
    Participant

    I’m having trouble selecting an entry title background image for the portfolio page & portfolio category pages:

    http://dev.babalucas.com/sgp2/portfolio/

    In the theme options I had selected a page I created called “Portfolio” then I deselected it in trying to troubleshoot this issue myself. Right now, under Theme Options > Portfolio, it is set to “- Choose One -“. There is no content or shortcode in the actual /portfolio page I created. And yet the Portfolio still shows on the page.

    All that said, all I’m trying to do is modify the Title Background Image.

    Any insight?

    #8718
    Raghavendra
    Moderator

    I see that the title background image is in place now. Were you able to resolve the issue?

    #8730
    babaLucas
    Participant

    I used the theme options under ‘backgrounds’ > Background for the Header Area – which I believe is the background for any page that doesn’t have a custom background at the page level.

    I would like to know though, how to control specifically the Portfolio’s Image.

    #8749
    Veena
    Moderator

    You can control all the portfolio section under the option ‘portfolio’.
    The options in the Page Edit window of portfolio will give you all the privilege.
    I have attached a screenshot to get a better clarity.

    #8783
    babaLucas
    Participant

    We’re not on the same page: you’re referencing an individual portfolio post. That’s working fine.

    I’m referencing the portfolio page whose features are controlled by ‘Appearance > Theme Options > Portfolio Page’

    In my site it’s http://dev.babalucas.com/sgp2/portfolio/
    And the portfolio category pages, for example: http://dev.babalucas.com/sgp2/portfolio_category/multi-family/

    In your demo, it’s https://www.livemeshthemes.com/agile/portfolio-page/
    And the portfolio category pages, for example: https://www.livemeshthemes.com/agile/portfolio_category/business/

    I want to customize the entry title background image for the portfolio page and the category pages.

    #8806
    Raghavendra
    Moderator

    Ok I get it now. Since these are auto-generated pages and there is no edit page as such for these pages, there is no option to set the background. There is an easy way to do this using Custom CSS –

    .post-type-archive-portfolio #title-area {
    
    background-color: #B7B795;
    background-size: cover;
    background-image: url(http://dev.babalucas.com/sgp2/wp-content/uploads/2014/03/custom.jpg);
    padding: 30px 0;
    }
    
    .tax-portfolio_category.term-multi-family #title-area {
    
    background-color: #B7B795;
    background-size: cover;
    background-image: url(http://dev.babalucas.com/sgp2/wp-content/uploads/2014/03/custom2.jpg);
    padding: 40px 0;
    }
    
Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘Agile Theme Support’ is closed to new topics and replies.