@arminunruh Thanks a lot man :)
aronsundberg
Posts
-
Give data attribute to row not working -
Change link-color on fixed nav based on current row-background@arminunruh Wow thanks a lot for writing all that code, i'll try this immediately. Thanks so much for your help :100: :)
-
Change link-color on fixed nav based on current row-backgroundIs there a way to change the color of links in a fixed nav menu based on the current background-color of the row. I know there's plugins like backgroundCheck but it only works on images.
On my website there's a different bg-color for each section and when its a dark color the links wont show, obviously. Here's the website: www.aronsundberg.se
Grateful for any help or advice!
-
Give data attribute to row not workingIm trying to add an attribute to a row with a specific class using .attr but nothing happens. Tried giving it to the nav-tag and it works, but when I try to give it to a .row div it doesn't. Anyone who has a clue why? Im not very good at JS.
my code:
$(document).ready(function(){
$('.row.light').attr('data-info', '222');
}); -
Portfolio — Aron SundbergHi Armin,
Here's my website that I just finished creating with Lay.
www.aronsundberg.se
Thanks for a great theme!Cheers,
Aron