Home Forums WoodMart support forum transport header color did not change in scroll

transport header color did not change in scroll

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

    mosalim
    Participant

    dear XTEMOS team ,

    I am creating a WooCommerce website with transparent header. but I need the header background (which is also my sticky header too) color changes to white when scroll. the problem is its transparent on scroll too .. I did not find any option to change sticky header background.

    please advise
    thx in advance

    #463772

    Luke Nielsen
    Keymaster

    Hello,

    Try to use the below code for help. Enter it into the “Global Custom CSS” area in Theme Settings -> Custom CSS.

    .whb-sticked .whb-general-header {
        background-color: #fff;
    }

    Kind Regards

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