Portfolio - slug pages

How can I create pages for sub project types that have the same visual functions at the main project portfolio page.

e.g. I can currently use a slug to display a page of a particular project type. For example I have a project type called ‘Commercial’, I can therefore use “Commercial Archives | MKA Architects” to show just that project type.

BUT the page displays the projects in a horrible way.

  1. Can I get them to display in the same way as a the portfolio page (that is with teh nice roll over functionality)

  2. How else can I control text and image size?

Thanks

Hello there,

I hope you are doing well today.

The roll over functionality was created for the portfolio so in order to have it displayed elsewhere it would require the theme to be appended extensively with new code.

However, you can use the following CSS code to change the image size and text by going to Appearance > Customize > Additional CSS and pasting it there.

/*Image size*/
.post-content .entry-header img {
    width: 100%;
    height: 100%;
}

/*Text attributes*/
.shapely-content.dropcaps-content p {
    color: black;
    font-size: 14px;
    font-weight: 100;
}

Best Regards,
Support