How to change the blog footer content?

Hi, anyone who knows where I can reduce the font size of the telephone number in my blogg footer?

Cheers,
Tommy

Hello Tommy,

Thanks for posting in! The phone number was added with a custom code. You may have added it in your template located in your child theme. You will have to update the code and use the code in the secure note instead.

Feel free to change the heading tag from h2 to h4 instead.

Many thanks! Do you happen to know where or how to find that code/template?

Hi Tommy,

The custom code could be added via a custom template or functions.php on the child theme. Please check your child theme files via FTP especially functions.php file under /wp-content/themes/x-child.

If you only want to adjust the font-size of the phone number, you can add this to Theme Options > CSS

.archive .x-text h1 {
	font-size: 120%;
}

Feel free to adjust the 120% value.

Please note that we do not provide customization, further customization from here would fall outside of the scope of support that we can offer.

Thanks,

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