I am currently in the process of integrating a web-based portal from a third-party vendor. This portal allows for customization by incorporating JavaScript and CSS in a specific section, which will be displayed on webpages to showcase the customized effect.
One of the customizations I need to make involves hiding a div called "login-frm" and expanding another div. These div elements are structured in columns as shown below:
<div class="login-wc col-md-6"></div>
<div class="login-frm col-md-6"></div>
Could someone please advise me on how to change col-md-6
to col-md-12
for the first div using either JavaScript or jQuery when the page loads?
Any assistance with this matter would be greatly appreciated.
Thank you, Jaquen