Change some elements in portfolio page

Hi

I was wondering if it would be at all possible to remove the elements pointed at in the picture below or modify them and use something else instead?

I couldn’t modify it in cornerstone either

Regards
Parham

Hi There,

Those elements are not editable via cornerstone.
You can use custom CSS to remove it.

Please add this CSS to your theme option-> CSS let us know if that helps!

.h-extra.launch, .entry-extra .x-btn-block, .entry-extra .x-entry-share {
display: none;
}

Hope this helps!

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