Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #863552

    Hi, i need to make button with text, like scroll to top button at the same stile, but with link to page. Can you help?

    #863557

    Hey,

    Sure, we can gladly try to help. However i am not clear on the changes. Can you please post a link to your website, a screenshot showing the changes you would like to make and elaborate a bit more? :)
    You can upload your screenshots on imgur.com or Dropbox public folder and post the links here

    Best regards,
    Yigit

    #864813

    Hi. http://jet-ceramic.ru/ the same button near scroll to top, without icon, only text with link to another paage https://yadi.sk/i/hOXPlg0l3Nnv8k. and one more. how to make place for logo like on this page https://yadi.sk/i/IGv4l0Ev3NmxBw/ Thank you.

    #864969

    Hi,

    1- Please use a child theme – http://kriesi.at/documentation/enfold/using-a-child-theme/ and copy footer.php file from parent theme to your child theme and then edit the file on your child theme and add your button manually right before following line

    
    <a href='#top' title='<?php _e('Scroll to top','avia_framework'); ?>' id='scroll-top-link' <?php echo av_icon_string( 'scrolltop' ); ?>><span class="avia_hidden_link_text"><?php _e('Scroll to top','avia_framework'); ?></span></a>

    2- Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .logo {
        top: 30px;
    }
    

    Best regards,
    Yigit

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