• Resolved kw05

    (@kw05)


    Hi!

    I had some issues with my custom CSS button in my menu (the login button). It seems like I can’t change the horizontal margins (left and right margins) and the login button also changes to black font on certain pages where the rest of the menu items are black, is there any way to make the login text remain white no matter what the other menu items look like?

    Thanks so much!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    on the homepage you use the transparent header and on the other pages the normal header.
    For both there are different settings in the Customizer. You have to search through the settings.

    To make the font white with CSS try the following if you can’t find the settings:
    li#menu-item-1906 a {
    color: #fff!important;
    }

    Best Regards

    Hi @kw05,

    As @jidwictut9 mentioned, when the Transparent Header is enabled, you can configure the button from the Transparent Header section on the Customizer. Refer to this screenshot, please. As for the normal Header, please refer to this screenshot.

    Let us know if you need more help, otherwise please mark the topic as Resolved.

    Kind regards,
    Herman ??

    Thread Starter kw05

    (@kw05)

    Yep, it worked, thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Menu Button Issues’ is closed to new replies.