[Support request] Off canvas close button color

Home Forums Support [Support request] Off canvas close button color

Home Forums Support Off canvas close button color

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1531345
    Klaus

    Is there a way to change the color of the close button of the off canvas panel, also the color of the (sub menue) arrows? Thanks.

    #1531388
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    .slideout-overlay .gp-icon.pro-close, .slideout-navigation .dropdown-menu-toggle {
        color: #000000;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know if this helps πŸ™‚

    #1531405
    Klaus

    Looks good, thank you for taking time.

    #1531408
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

    #1531919
    Klaus

    Hmm…. One more question: for the color this seems to work only for a button outside the canvas. The inside the canvas button (customizer > layout > off canvas panel > close button: inside / outside) does not seem to react, no color change.

    Is it possible to change the size of the close button as well?
    Regards Klaus

    #1532537
    Leo
    Staff
    Customer Support

    Any chance you can link us to the site in question?

    You can use the private information field.

    Let me know πŸ™‚

    #1532618
    Klaus

    O.k. I sent the website-address. I used your css, it works good with the close button outside, you can see the inside close button (not working) on my website.

    #1532712
    Leo
    Staff
    Customer Support

    Try this instead:

    .inside-navigation .gp-icon.pro-close {
        color: #000000;
    }
Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.