Search found 1 match

by ikumar
Mon Jul 11, 2022 1:47 pm
Forum: Styles, Stylesheets and XML
Topic: Adding clickable links to Header area (solved!)
Replies: 22
Views: 21468

Re: Adding clickable links to Header area




The script selects the whole div by its ID #header-links , then moves it (using appendTo ) inside div.logo-wrapper , which is the container for the logo in the header.

Press F12 and inspect the HTML for the header - you'll see the div#header-links there.

So CSS changes you make to div#header ...