How to change page title heading size and styling on portfolio page

UPDATE: Sorry, I think because it has been a while since I responded that I can’t reply to your last message… ? Anyway the code did not work for me unfortunately. Any other options? Thanks :slight_smile: PS - it’s not the actual portfolio entry I am trying to change, its the page title. Where is says “renovation photo gallery”, it also has accents which I would like to remove.

Hi guys,

My portfolio page title is currently HUGE (H1 styling) with accents on the sides. I wish to remove the accents and reduce the font size to H2.

http://renopack.com.au/renovation-photo-gallery/

Is there some way I can do this?

Thanks
J

Hi Jacinta,

Thank you for writing in, please add this to Theme Options > CSS

.single-x-portfolio .entry-title {
	font-size: 200%;
}

Feel free to adjust the 200% value.

Hope it helps,
Cheers!

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