Home Forums WoodMart support forum Text menu apply blend mode difference in CSS

Text menu apply blend mode difference in CSS

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

    FelFel
    Participant

    Hi! I want to apply blend mode in css to text menu. Please can you give me the css

    #240639

    Hello,

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

    .whb-color-dark .navigation-style-default .item-level-0.current-menu-item>a {
    	color: red;
    	mix-blend-mode: difference;
    }

    Regard’s.
    Xtemos Studios.

    #240833

    FelFel
    Participant

    I have a light letters in menu overlay, I try your CSS but I put the word light and dont work. I have a slide backgroud with white colors and I have other slide white black colors.

    I want that the colors of the text of my menu overlay can see in the two differents backgrounds.

    Can you give me the CSS for blend mode difference please

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

    Hello,

    I saw the screenshot you attached.

    As far as I understand you are trying to display white menu items on a black background and black menu items on a white background which is not possible and requires Customization.

    Am I understood correctly? Do you want to display white menu items on a black background and black menu items on a white background??

    If yes then sorry this is not possible and requires Customization.

    Best Regards.

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