Hi DesignWall gurus,
How can I change the font type and size of Heading 1, Heading 2 and Short Intro in Welcome box on Social Wall? what lines and which .php file to make the updates?
Thanks a lot!
Y
Hi,
To change the Welcome box heading, you can open the content-welcome-box.php file then find the line 7.
Hope this help !
Thank you Dominic. Which .php file contains the definition of heading-1, heading-2 and short-intro (size and font type) so I can change them? content-welcome-box.php is just calling these defined somewhere else.
Thanks a lot again,
Y
You can add the following code to the style.css file or find in the dw-fixel.css file:
.block.head h1 {
font-size: 150px;
line-height: 1.1;
text-indent: -10px;
margin: 0;
color: #fff;
}
.block.head h1, .block.head h2 {
font-family: 'Novecentowide Bold';
}
.block.head p {
font-size: 15px;
font-weight: 400;
line-height: 1.8;
font-family: 'Roboto',sans-serif;
}
Regards,
Hi Dominic,
I’ve added this code to the style.css file, saved it, but saw no change in the fonts. Can you please help?
Thanks.
Please send me your site URL, I will check and help you resolve it.
Hi Dominic — site URL is http://gather.video
[Currently a Coming Soon page, as you will see]
I will answer your question in the following question:
https://www.designwall.com/question/dont-option-custom-code-dashboard-appearance-customize-general-settings/#comment-20167
Please login or Register to submit your answer