Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2995828
Megamenu transparency arrows
Closed

Comments

  •  4
    ISOLE-GRECHE started the conversation

    How is possible to change transparency and color of arrows of megamenu?

    Is it possible to change position too? For example, in position signed by red arrow at left in image?

  •  2,492
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Additional CSS then add the following custom CSS code:

    .penci-megamenu .penci-mega-pag {
        right: 0;
        left: 50px;
        opacity: 1;
        color: #fff;
        background: #000;
    }
    .penci-megamenu .penci-slider-prev {
        right: auto;
        left: 10px;
    }

    Regards,
    PenciDesign.


  •  4
    ISOLE-GRECHE replied

    OK