Automattic / themes

Free WordPress themes made by Automattic for WordPress.org and WordPress.com.
https://themeshaper.com
GNU General Public License v2.0
902 stars 357 forks source link

Ixion: custom accent color not applied in the menu dropdown flourish #653

Open liviopv opened 5 years ago

liviopv commented 5 years ago

Steps to replicate

  1. Open the customizer of the theme demo: https://ixiondemo.wordpress.com/
  2. Select a different color palette in Customize > Colors & Backgrounds > Palette
  3. Turn on the mobile view
  4. Open the menu
  5. The dropdown flourish will display the default pale yellow of the theme.

Result

Video: https://cld.wthms.co/nej7wp

Expected

The accent color should be applied on mobile as well

tbradsha commented 4 years ago

Ran into this in 19723545-hc.

Workaround (replace color with desired color):

.main-navigation ul {
  border-top-color: #000000;
}
.main-navigation ul:before {
  color: #000000;
}
mikeicode commented 3 years ago

Another 3982815-zd-woothemes used CSS to resolve

jordesign commented 3 years ago

Confirmed this behavior is still in place - here's a screenshot for added clarity

Screen Shot 2021-11-04 at 1 43 19 pm

Ixion is currently active on 190,318 sites

github-actions[bot] commented 2 years ago

As a part of this repository’s maintenance, this issue is being marked as stale due to inactivity. Please feel free to comment on it in case we missed something.