Add purple button to nav bar

Hi…I simply want to add a button to the “Donate” link on the nav bar on this site: https://internationaltaoistsociety.org/

Just like on the nonprofit demo theme here: http://demo.theme.co/nonprofit/ (which the above site is based on)…
…except I’d like the button to be white with a thick purple border around it #5F0269

I am not using a child theme and all the help I can find on this suggests putting code in the child theme functions.php file
Thanks

Hello ben,

Thanks for writing in!

Please add following CSS under X > Theme Options > CSS:

li#menu-item-716 a span {
    border: 4px solid #5F0269;
}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

1 Like

This is so cool.
Thanks so much Prasant

You’re welcome, Ben.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.