riceballchick
asked 8 years ago

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

1 Answers
DominicStaff
answered 8 years ago

Hi,
To change the Welcome box heading, you can open the content-welcome-box.php file then find the line 7.
Hope this help !

riceballchick
replied 8 years ago

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

dominic Staff
replied 8 years ago

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,

Mariana Keller
replied 8 years ago

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.

Dominic Staff
replied 8 years ago

Please send me your site URL, I will check and help you resolve it.

Mariana Keller
replied 8 years ago

Hi Dominic — site URL is http://gather.video
[Currently a Coming Soon page, as you will see]

Powered by DW Question & Answer Pro