Home Forums WoodMart support forum Change the sticky header color

Change the sticky header color

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

    Lightform
    Participant

    Hello

    We have noticed that the sticky header for the Organic Overlap header style is black. We want to change it into white and let the colors of the menu text remain black.

    You can see the problem at the links in the private content area.

    Is there anyway to achieve this?

    Kind Regards
    Stratos A.

    #222702

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    body .whb-sticked .whb-general-header {
    background-color: white;
    }
    body  .whb-sticked  .woodmart-navigation .item-level-0>a{
    color:black;
    }
    body  .whb-sticked  .woodmart-navigation .item-level-0>a:hover{
    color:yellow;
    }
    body .whb-sticked .whb-color-light .wd-tools-element>a {
    color: black;
    }
    body .whb-sticked .whb-color-light .wd-tools-element>a:hover {
    color: yellow;
    }

    Regard’s.
    Xtemos Studio.

    #222728

    Lightform
    Participant

    Thank you it worked.

    You can close the ticket.

    Kind Regards
    Stratos A.

    #222732

    Hello,

    We are thrilled that you loved your experience with XTEMOS, We put customer experience and satisfaction as our priority, and your words reaffirms the hard work we put in every day.

    So thanks for your kind words and we look forward to seeing you again.

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

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

The topic ‘Change the sticky header color’ is closed to new replies.