Hi,
I have a navbar button element which is located in the page footer and I have attempted to change the font size by adding a css class and then adding the class using $("sumitbtn").addClass("my-navbar"); this has no effect can you advise me on the correct approach please.
Class:
.my-navbtn {
font-weight:bold;
font-size:24px;
}