• Resolved sarahjhz

    (@sarahjhz)


    Hello,
    I would like to :
    1. change the opacity of the main menu (below the image header),
    2. change the opacity of the social media menu (above the image header) and the color of the social icons.
    How can I do it ?
    Thank a lot in advance.

Viewing 1 replies (of 1 total)
  • Hi there,

    For change social media icon color and change the opacity of the main menu

    please go to Appearance > cstomize > AdditionalCSS
    and paste below code

    
    .social-navigation li a {
       color: #E91E63 !important;
    }
    
    .main-navigation {
    background-color: rgba(255, 255, 255, .30) !important;
    }
    

    you can modify above code as per your liking.

    Let me know if it helps.

    Best Regards,
    Harshvardhan

Viewing 1 replies (of 1 total)
  • The topic ‘Opacity & color of menus’ is closed to new replies.