Hi, dominic . Some days ago I tell you that I need to modify the size of the header, and you said: “To set a size for the header, You can open the template.css file in the folder path “\wp-content\themes\dw-wallpress\assets\css” and change the size here.”
Could you tell me what number of line is, the header size to change in template.css ?
Another question: Home page of 4 columns of articules, no more , and two side-bars. You said: ” Please open the home.php file in the folder path “\wp-content\themes\dw-wallpress”, add the following code to the line 37 <?php get_sidebar(‘secondary’); ?> -Done –
Open the header.php file in the folder path “\wp-content\themes\dw-wallpress”, find the line 29 then add the following code: <script type=”text/javascript”>… etc” -Done
and finally: “Custom code then add the following code to the “Header Code”. I can’t find “Header Code” in Dashboard > Theme > Customize > Custom code . where is it?
Thank you.
Hi Miguel,
To modify the header in the Wallpress, You can log in to Dashborad > Appearance > Customize > Custom Code, and add the following code to the “Header code”
<style>
#header {
height: 80px;
}
#header #navigation li a {
height: 80px;
}
</style>
Hope this helps !
I can’t find “Header Code” in Dashboard > Theme > Customize > Custom code .
Dashboard > Appearance > Themes > Customize > Custom code
Hi there, I don’t have the option of Custom Code. Please help!
Please login or Register to submit your answer