Tagged: 

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #859388

    Right now i just have the title of my website where the logo should be. I would like to add a subtitle there.
    This extra code is already in use:
    .logo > a > img { display: none !important; }

    span.subtext {font-size: 30px !important; color: #666666;}
    .logo a:hover {text-decoration: none!important; }

    #859400

    Hey CHaanappel,

    We need a little bit more context into this issue. What is the css above intented to apply to?

    Best regards,
    Jordan Shannon

    #860248
    #860278
    #861364

    When I do that my website crashes..

    #861604

    Hi,

    Please post temporary admin logins here privately and write down the subtitle text so we can add it for you :)

    Best regards,
    Yigit

    #861607

    We would like to add “Het leven na uw pensioen” as a subtitle.
    Thank you very much!

    #861869

    Hi,

    I added following code to the bottom of functions.php file in Appearance > Editor

    add_filter('avf_logo_subtext', 'kriesi_logo_addition_subtext');
    function kriesi_logo_addition_subtext($sub) {
        $sub = "Het leven na uw pensioen";
        return $sub;
    }

    Please review your website :)

    Best regards,
    Yigit

    #864336

    Hi Yigit,
    Right now “Het leven na uw pensioen” is the title of my website. Thats not what I wanted.
    I would like to have “Zicht op uw pensioen” as title and “Het leven na uw pensioen” as a subtitle

    #864941

    Hi,

    Sorry for the misunderstanding. I was correcting the issue however made a small mistake. Could you please post FTP logins here privately so i can correct the issue? Sorry for the inconvenience!

    Best regards,
    Yigit

    #865423

    No problem.

    #865430

    Hi!

    Thanks, i adjusted the code in functions.php file. Now you can add following custom CSS codes to Enfold theme options > General Styling > Quick CSS to adjust the styling of your title and subtitle

    .logo-subtitle { font-size: 16px; color: orange; }
    .logo-title { font-size: 20px; color: purple; }

    Best regards,
    Yigit

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