• Resolved carmeloidone

    (@carmeloidone)


    Hi Twentig, thanks for your plug-in!

    I will change my Menu Link Color, I was selected “secondary color” but i don’t like this color, I want another one… how can I do?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Twentig

    (@twentig)

    Hi @carmeloidone,

    To set a custom color, inside the Customizer open the Additional CSS panel and paste the following code by replacing #000 with your desired color:

    body:not(.overlay-header) .primary-menu > li > a, body:not(.overlay-header) .primary-menu > li > .icon, .modal-menu > li > .ancestor-wrapper > a {
        color: #000;
    }

    This code changes the color of the links for the primary and expanded/mobile menus.

    I hope the above is useful to you.

    Thread Starter carmeloidone

    (@carmeloidone)

    Thanks Twentig ????
    …it works!

    I thought they would also settle for the social icons of the footer (and Menu), but no.
    For those?

    Ps: sorry for my elementary english and for my ability to work with Css ??

    Plugin Author Twentig

    (@twentig)

    Hi @carmeloidone,

    If you use the default Social Icons Style, here’s the code (replace #000 with your desired color):

    body:not(.overlay-header) .primary-menu > li > a, body:not(.overlay-header) .primary-menu > li > .icon, .modal-menu > li > .ancestor-wrapper > a, .footer-menu a {
    	color: #000;
    }
    
    .social-icons a {
    	background-color: #000;
    }

    If you have changed the Social Icons Style and use Logos Only, here’s the code (replace #000 with your desired color):

    body:not(.overlay-header) .primary-menu > li > a, body:not(.overlay-header) .primary-menu > li > .icon, .modal-menu > li > .ancestor-wrapper > a, .footer-menu a, .social-menu li {
    	color: #000;
    }

    Have a nice day.

    Thread Starter carmeloidone

    (@carmeloidone)

    Thankyou thankyou @twentig!

    You’re very kind! ??

    See you soon,

    Carmelo

    Plugin Author Twentig

    (@twentig)

    Hi @carmeloidone,

    You’re welcome! If you enjoy Twentig, please leave us a review. We’d really appreciate it.

    Have a nice weekend.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to change Menu Link Color’ is closed to new replies.