Size font is different

Hi,

The size of the font of the first heading is different (smaller) than the others.
Can we make it the same like the others? See attachment.

Carla van den Ouweland
https://muziekschoolplus.nl/blog/

Hello There,

Thanks for writing in! I have checked the page and it appears that the font size is generated by Go Portfolio plugin. It is set at 24 pixels only. The setting made by Go Portfolio plugin overrides the default setting of the h2 tag. If you want to adjust this, you may need to find out if there is a setting in the Go Portfolio plugin to change the font size.And if there isn’t, then you may need to add a custom css. Please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

#gw_go_portfolio_blog_01 .gw-gopf-style-vario .gw-gopf-post-content h2 {
    font-size: 24px !important;
}

Feel free to change the font size according to your preferred size.

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