[Resolved] sidebar widget: blog category menu pulldown colors?

Home Forums Support [Resolved] sidebar widget: blog category menu pulldown colors?

Home Forums Support sidebar widget: blog category menu pulldown colors?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #715361
    Michael

    I would like the sidebar widget pulldown background and text colors to match my primary navigation, but I can’t seem to find any settings in the customize menus.

    a css code would be swell if there’s no built in setting.

    many thanks!

    #715675
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    .sidebar select {
        color: #fff;
        background-color: #000;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know ๐Ÿ™‚

    #716312
    Michael

    Many thanks for your help! I love the CSS customization feature- works great. All the best.

    #716586
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.