Код: Выделить всё
Код: Выделить всё
[url=http://THISMUSTBECHNAGED.eu/]
[i]
[/url]
Я пробовал это с JS, но не сработало. :
Код: Выделить всё
jQuery(document).ready(function(){
document.getElementByClassName("navbar-brand").href="NEWLINK";
});
jQuery(document).ready(function(){
$(".navbar-brand").attr("href", "NEWLINK")
});
jQuery(document).ready(function(){
var x = document.getElementsByClassName("navbar-brand");
x[0].href = "NEWLINK";
});
Это тема: http://xvelopers.com/wp/themes/voltov/
Полная версия header.php:
Код: Выделить всё
Подробнее здесь: [url]https://stackoverflow.com/questions/32909065/is-there-a-way-to-change-a-href-value-from-a-link-with-css[/url]