Home Forums WoodMart support forum How to change background tranparent on header overlab

How to change background tranparent on header overlab

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

    piyaidea
    Participant

    Hi

    How to change background tranparent on header overlabp
    and when to scroll down change background tranparent to yellow background color on sticky header
    Please check my image

    Thanks

    Attachments:
    You must be logged in to view attached files.
    #536463

    Hello,

    Navigate to WoodMart > Header Builder > Edit current Header > Configure header row and change the background color in the style tab:
    https://ibb.co/TknSwZ1

    For the Sticky Header background color. Please add this code to the Theme Settings > Custom CSS > Global:

    body .whb-sticked .whb-general-header {
        background-color: white;
    }

    Best Regards.

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