Tagged: header text
Is it possible to add a quote in italics in the header?
“They never told me taking risks would be easy, they did say it would be rewarding.” ~ Kal Holczler
Hi Repbeth1014!
You can do this, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/, to add a widget area to your header and then drag a text widget to it to display some custom content.
Regards,
Elliott
I’m not sure why it’s not working. I added
add_action( ‘ava_main_header’, ‘enfold_customization_header_widget_area’ );
function enfold_customization_header_widget_area() {
dynamic_sidebar( ‘header’ );
}
To the bottom of the functions-enfold php
And added a widget called Header and typed my text in there.
Are you able to look and see if I did something wrong?
I also added the code to the CSS area to have it centered in the header.
I’m sorry. I’m a total novice at all this.
Hey!
Add it to a child theme functions.php file, http://kriesi.at/documentation/enfold/downloads/.
Cheers!
Elliott
This is much more complicated than I thought! I have no idea how to add a child theme or upload it. The video I watched said I could lose my current settings.
Hi!
When you activate the child theme it acts as a new theme so your settings will not be there but you can import them in Dashboard > Enfold > Import/Export by clicking on the blue button that says to import parent theme settings.
Best regards,
Elliott