Viewing 4 posts - 31 through 34 (of 34 total)
  • Author
    Posts
  • #848159

    Hi!

    1- Please add widget area to your header – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
    2- Please add following code to Functions.php file in Appearance > Editor

    
    add_filter( 'avia_breadcrumbs_args', 'avia_breadcrumbs_args_mod', 10, 1 );
    function avia_breadcrumbs_args_mod( $args ) {
    	$args['show_home'] = __( 'New Home', 'avia_framework' );
    	return $args;
    }

    Regards,
    Yigit

    #860611

    Hi, look pls site jet-ceramic.ru i have some words in the middle of the header. but in mobile version it’s blocking another text. Where i can edit mobile version? or how i can delete this words only from mobile?

    #860625

    How i can change color arrow to down https://yadi.sk/i/0zK5B6kC3NVpur

    #860714

    Hi,

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

    #top .scroll-down-link {
        color: red;
    }
    @media only screen and (max-width: 767px) {
    #header .widget {
        display: none !important;
    }}
    

    This thread is getting a bit confusing. If you have any other questions or issues, please start a new thread for each question.

    Best regards,
    Yigit

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