Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #690920

    Hallo Liebes Kriesi-Team,
    ich hätte zwei Fragen zum Menü:
    1. Ist es möglich eine subline/subtitel oben zum Hauptmenü hinzuzufügen,
    so wie in Eurem Theme Corona?
    http://kriesi.at/themedemo/?theme=corona
    2. Ich bräuchte im secondary-menü eine englische Fahne um eine pdf zu hinterlegen.
    Ist es irgendwie möglich so eine neben den social-media-buttons einzufügen?
    Link zur Seite s.u.(private)

    Schon mal lieben Dank im Voraus.
    Liebe Grüße
    Sonja

    #692552

    Hey swelzel,

    Thank you for using Enfold.

    1.) Yes, this is possible. Please add this in the functions.php file:

    add_filter('avf_logo_subtext', 'avf_logo_subtext_mod');
    function avf_logo_subtext_mod($sub) {
        $sub .= "YOUR TEXT HERE";
        return $sub;
    }
    

    And style it with this css code:

    .logo .subtext {
        position: absolute;
        top: 30px;
    }

    2.) Could you please provide a screenshot? You can try the phone info field.

    Best regards,
    Ismael

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