Is there any way to customize the section title on the portfolio page like the rest of the pages with shortcode?
In all the other pages the title and icon are aligned left and the icon can be replaced with any other. On the portfolio page I can’t find a way to do this.
The localization didn’t work btw for the contact form so I changed it in the theme functions php.
Hi, you can use this custom css code to make portfolio title left aligned;
#portfolio .section-title {
text-align: left;
}
you can replace the icon in the portfolio title, with a custom css code. Here is the available icons, if you can tell me which one you want to use, i can give you the custom css code for this;