We are using a shared platform for our website, so we don't have access to the base HTMl and CSS for the site, as it is global for all of their customers.
Currently, when you go to a brand page, you get the logo and a Read More link which expands the top area of the page and displays all of the about the brand information.
I really want to display this area by default and optionally hide it, if possible. Otherwise, just display it. But since I can't get to the base code, I can't figure out how to do it.
While I can't get to the CSS for the page/site, I can use styles or scripts.
Can anyone help? Here's a bit of the code. Essentially, I want the "read more" to go away and display the hidden stuff by default. I just can't get to the base code to do it. I hope that makes sense.
<div class="show-read-more">
<strong>About:</strong><br>
******* STUFF GOES HERE THAT'S HIDDEN NOW ******
<span class="read-more-span">
<a href="javascript:void(0)" class="read-more">Read More</a>
</span>