Tagged: ,

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #360146
    #360173
    This reply has been marked as private.
    #360290

    Anyone??

    #360427

    Kriesi Support does not working over weekend?

    Didn’t know that…

    #360449

    Hey!

    Try using the avf_logo_final_output filter:

    function change_logo_output() {
    	?>
    	<div id="logo" class="logo">
            <a href="/">
            <span><img src="http://s28.postimg.org/mqb5ghrwt/letter_B_blue_hover_me.png" /></span>
            <span class="front"></span>
            </a>
        </div>
    	<?php
    }
    add_filter('avf_logo_final_output', 'change_logo_output');

    We do respond on weekends, at a lower rate though. Also, creating new replies sends the topic to the last of our queue.

    Regards,
    Josue

    #360942
    This reply has been marked as private.
    #361468

    Hi!

    1- Can you please firstly choose to display shrinking header?
    2- Please use a child theme and add the code Josue posted here to your child theme’s functions.php file – https://kriesi.at/support/topic/problem-with-contac-form-enfold/#post-361191

    Best regards,
    Yigit

    #361723
    This reply has been marked as private.
    #361736

    Hey!

    Please add following code to Quick CSS

    .header-scrolled .logo a:before {
    font-size: 30px;
    left: 105px;
    top: -3px;
    }
    .header-scrolled .logo a span.front:after {
    font-size: 14px;
    top: 15px;
    position: relative;
    left: -30px;
    }

    Regards,
    Yigit

    #361877

    Hey,

    this is great, just what I wanted!

    Thanks a lot!

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘How to add my code to header area, which file to edit?’ is closed to new replies.