I’m trying to edit the header code and have looked extensively in this forum, but can’t find the Custom Code or Header Code. Please help!
Which theme are you using? Also, the section that you want to find is the old version of our theme. Currently, we have added the custom code to the Theme options, you can find the document of your theme here: https://www.designwall.com/guide/
I’m using the DW Fixel theme. I have read this guide but did not find it very helpful for customizing the CSS. When I go to
http://gather.video/wp-content/themes/dw-fixel as it suggest, I get an error message:
Fatal error: Call to undefined function get_header() in /home/content/p3pnexwpnas01_data01/91/3159391/html/wp-content/themes/dw-fixel/index.php on line 4
Please send me username & password of your site for further checking.
Hum, impossible to post it here on an open forum. How can I send it to you securely?
you can use private answer http://prntscr.com/b7e8ay
I have checked your site and If you want to change the font of the Welcome box, you can install the Simple Custom CSS plugin to add the Css code or add your code to the style.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' !important;
}
.block.head p {
font-size: 15px;
font-weight: 400;
line-height: 1.8;
font-family: 'Roboto',sans-serif !important;
}
I have tried adding this code to the style.css, but nothing changed. (I had seen this code on another thread). So I will try installing the Simple Custom CSS. How does it work?
I have added the code to your style.css file and it working fine, you can check and change the style in the code. If yu have any issue please let me know.
Hi Dominic — I see it now. I had done exactly the same thing, not sure why it wasn’t working before — but thanks looks great now. Thanks so much.
My pleasure, If you have any issue please let me know, I will check and help you resolve it.
Please login or Register to submit your answer