I would like to remove login dialogue box and place a button labelled "buy" on your one course theme. Can you help me to do it?
Add following CSS in Theme Customizer - Custom CSS block :
.home .open-popup-link{display:none;}
This is where I added the code. I'm not sure if it is ok but it didn't work.
Login is still there.
I added the code wplms one page custom.css. It did't work
.home .open-popup-link{display:none;}
*/
/*========================================================================================*/
/* CUSTOM FONTs PACKED IN THE CHILD THEME
/*========================================================================================*/
/*========================================================================================*/
/* Popup
/*========================================================================================*/
.white-popup {
position: relative;
background: #FFF;
padding: 20px;
width: auto;
max-width: 500px;
margin: 20px auto;
Try adding the gievn css :
a.open-popup-link {
display: none;
}
and for the buy button you can edit the page in back end and find the page builder block to edit .