Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #562752

    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

    #562865

    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

    #563648

    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.

    #564306

    Hey!

    Add it to a child theme functions.php file, http://kriesi.at/documentation/enfold/downloads/.

    Cheers!
    Elliott

    #565175

    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.

    #565892

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.