Change text size of Portfolio/Essential Grid feature

My site is maxxfleet.com -> Portfolio. Hover with the more over the excerpt text.

Portfolio feature with the Essential Grid feature.
Add Item -> Edit -> Scroll down to Excerpt. Does anybody know how to set the text size of the excerpt text. I have tried with HTML code but does not work. I do not use the text in the text box under the “Add Media”-button as the item intentionally does not has a link.

Bart

Hey Bart,

Thanks for writing in! I have visited your site and I could not find the excerpt text. This is what I am seeing in the Portfolio section.

Could your please guide us where we can find section with the excerpt text?

Thank you in advance.

Sorry, I was not clear. It is the Solutions section in the website, using the Portfolio WP feature. The settings are in the Essential Grid plugin that is use.

Hey @vdongen,

You will need to edit the item’s skin and increase the font size under the Styling tab. For more details, please see how to use the item skin editor in this video. Also check out the written documentation here.

Thanks.

Thanks for the guidance, I sorted it out. Small question, how to re-order the categories. In Portfolio -> Categories they are in alphabetic order, but not on the website. Category “Tracking” should be the last instead of “Security Services”. I added this last category today.

Sorry, I already sorted it out. I was searching for the setting that does not let the category names visible. As you can see, only “All” is visible but not the other categories except when hovering on it. I went to Nav-Filter-Sort tab: Changing the setting to “dropdown” sows the same situation. I already emptied the cache.

Hi there,

Please try adding this custom CSS in the Theme Options:

.myportfolio-container .esg-filter-wrapper.dropdownstyle .esg-filterbutton {
    color: #000;
}

Hope this helps.

I did add it but the issue still persists. The same issue is visible in the Ess. Grid -> Grid Settings at Editor/Preview.

Hi Bart,

You seem to have changed the setup from a dropdown to an inline filter and the code previously provided would only work for a dropdown filter. Please try this now:

.myportfolio-container.simple-dark .esg-filterbutton {
    color: #000 !important;
}

In case this does not sort it out, would you mind providing the admin details of your site in a Secure Note so that we can check your setup?

Thank you.

Thanks, this code helped me out. The dropdown setting was still active, but I wanted the inline filter. It works now.

Glad we were able to help :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.