Hello
If remove topbar-right the bar in home page, the bar with home,about us,etc change in black(pag2). This is good if i scroll the page but i want like pag1 when start the site, is possible?
Thank you
fabridelo Hi Sorry for late reply. It seems the thread is missed to reply by team. I checked your site and the menu text is not in black http://prntscr.com/l8wyg9 its in same color as showing in your screenshot without topbar. Could you confirm it, If you want to make changes in different color please give me more details, in first post description its not clear about the color changes.
Regards
I did not explain well the text is Ok. I want the effect like Fig 1 the video behind the text
fabridelo Try change this in file i.e./templates/ja_donate/js/script.js around line 26 :
// Affix for navbar $topbarHeight = $('.ja-topbar').outerHeight(true);
to
// Affix for navbar $topbarHeight = $('#t3-header').outerHeight(true);
Thanks aman204
Work perfect
Best regards
where I put solved?