Home Forums WoodMart support forum header colour

header colour

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #166026

    E-N Admin
    Participant

    Hi,

    My top header background is black so I need to make the text colour scheme to be ‘light’ however, having it Light makes the currency option drop down not visible. https://prntscr.com/qiq3yw

    and I dont want the text to be dark because it’s just not that visible.

    Thanks

    #166063

    Hello,

    Currently your top bar is in the black color and the text inside it, is in light gray and your country switcher drop down contains light gray text and white background.

    Screenshot for clarification: https://jmp.sh/7o2vOjQ

    I suggest you set the background of first option of your country switcher in white color so that selected value will be visible.

    You can try the below CSS code in global custom CSS area under theme settings >> custom CSS:

    .wc-price-based-country select{
    background:white;
    }

    Result: https://jmp.sh/W9MDqUj

    Best Regards.

Viewing 2 posts - 1 through 2 (of 2 total)