halopend
Forum Replies Created
-
Whoops. Read the info page. How have I not read it’s a limitation of the free version before?
- This reply was modified 3 years, 5 months ago by halopend.
Ah! Thank you!! I wasn’t sure where to look when digging in the code but using #masthead fixed my issue. I have essentially no experience with html coding so I really wasn’t sure where to look, but that did grab all the elements including the divider bar at the bottom which I didn’t realize was missing till using #masthead fixed it.
I think as a next step I’d like to figure out how to get the head style to change automatically based on when it’s at the top of the screen vs a scrolled down sticky.
Any idea how to trigger it with the style section code?I can see from the code:
<header class="site-header header-main-layout-1 ast-mobile-header-inline" id="masthead" itemscope="itemscope" itemtype="https://schema.org/WPHeader" role="banner" style>…</header><div id="mysticky-wrap" style>that I want to trigger header-main-layout-2 for the sticky version of the menu while having it as header-main-layout-1 by default at the top of the page but I’m really unsure of the notation I’d use to trigger it when scrolled down.
Any idea how to accomplish that?