I am wanting to add a text box to display the product materials, etc in a big text box underneath my size choosing, I do not want the current dropdowns I have, but I could not figure out how to bold the text in a text box, as there was no option and CNRL+B was not working. I want it to look like the top picture and the second picture is currently how it looks.
Hi,
Please share your store URL and if your store is password protected then also provide password too.
Thank you.
@SimonSmith Add below css code into base.css file(Online store->themes->Edit code->assets->base.css)
div#ProductAccordion-collapsible-row-0-template--16651963334894__main {
font-weight: bold !important;
}
details#Details-collapsible-row-2-template--16651963334894__main {
font-weight: bold !important;
}
details#Details-collapsible-row-3-template--16651963334894__main {
font-weight: bold !important;
}
I should have been more clear, that is my bad. I want to remove the drop down menus of text and make it one big text box while bolding certain texts, such as “Product Overview”


