const themesEl = document.querySelectorAll( ".image-tools.grid-tools > a:first-child" );
for ( var i = 0; i < themesEl.length; i++ ) {
let themeEl = themesEl[i];
let linkTheme = themeEl.href;
console.log(linkTheme);
}
const themesEl = document.querySelectorAll( ".image-tools.grid-tools > a:first-child" );
for ( var i = 0; i < themesEl.length; i++ ) {
let themeEl = themesEl[i];
let linkTheme = themeEl.href;
console.log(linkTheme);
}