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

    http://cranebuzz.com/

    Client would like to reverse the arrow icons. We have more icons in there, than most, I’m sure… so it looks like it’s going a different direction than the arrows.

    Don;t need to change functionality, just the display , so that the left one is > and the right one is <. .

    ( If they were graphics, I’d just rename each of them accordingly}

    Can you provide directions? Thanks!

    #412878

    Hi mgb913!

    Thank you for using or theme.

    The easiest way would be to modify the core file
    enfold\config-templatebuilder\avia-shortcodes\logoslider.php line 506ff

    
    				$html .= 	"<a href='#prev' class='prev-slide' ".av_icon_string('prev_big').">".__('Previous','avia_framework' )."</a>";
    				$html .= 	"<a href='#next' class='next-slide' ".av_icon_string('next_big').">".__('Next','avia_framework' )."</a>";
    
    

    Hope, this will help you.

    Best regards,
    Günter

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