Hi,
I'd like to know where I can change the word Close (on the right of the Top message banner) into X.
That will prevent me struggling even more trying to translate it with WPML which I cannot do I believe.
Thanks a lot.
john
Hi John,
The function is located in functions.php. Search for:
# /*creates the notification banner at the top of your website*/
In the second $output, you can change the 'close' to 'X' so that whole line reads:
$output .= "<div class='infotext'>$bannerText <a class='close_info_text rounded' href='#close'>".__('X','avia_framework')."</a></div>";
Thanks for your help Devin.
Highly appreciated.
john
This topic has been closed to new replies.