• hi,

    we will like to know if the name of the
    outstanding photo of each item of the portfolio could appear by defect with out disappearing, and how to edit the style and the size of the letters of the title of the item.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Here is some CSS that will force the portfolio titles to show all the time:

    .portfolio_item .portfoliolink {
        opacity: 1;
    }

    Here is CSS that will allow you to set the font properties of the portfolio captions:

    .portfolio_item .piteminfo h5 {
        font-size: 12px;
    }
    
    .portfolio_item .piteminfo p {
        font-size: 12px;
    }

    Add to Theme Options> Advanced Settings, and let me know if it works for you. Feel free to edit the CSS as needed.

    -Kevin

    Thread Starter pilarml

    (@pilarml)

    It works perfectly, thank you very much!

    Great, no problem!

    -Kevin

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Portfolio type’ is closed to new replies.