• Hello,

    just trying this theme to see if it fits.

    i use polylang plugin and want language choice menu appear on top.
    so i put it in the header widget area.
    I use transparent header.
    The widget does not get the same transparant styling as rest of header…but remains with white background…
    Did i miss a setting or can this only be corrected with custom css?

    Is ascend theme compatible with nextgen gallery / polylang plugins?

    • This topic was modified 5 years, 5 months ago by siriusalpha.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • hannah

    (@hannahritner)

    Hey,
    You can change the background color with this css:

    .sf-menu ul {
        background: transparent;
    }

    And this the font color:

    .sf-menu a {
        color: #fff;
    }

    Just paste those into your custom css box in Theme Options > Custom CSS.
    Hope it helps!

    Hannah

Viewing 1 replies (of 1 total)
  • The topic ‘header widget language menu not transparent…and plugin compatibility’ is closed to new replies.