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
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?
How i can change color arrow to down https://yadi.sk/i/0zK5B6kC3NVpur
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