Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
Pages: 1
Hi,
I am unable to find a place change to color of the legend heading, Legend, how can I do that. In addition, how can I change the location of the legend, or perhaps make it into two colums, so it does not take up so much vertical space?
Thanks,
Mike
Last edited by hmr638 (2015-02-27 07:10:06)
Offline
To change the color of the legend heading, it's probably easiest to just use some inline styling:
<h3 style="color: #00ff00;>Legend</h3> use any css color: hex color, color keyword, rgb, or rgba
for two columns, use the TTG Responsive Grid Framework
You won't be able to use Markdown syntax inside the html though
If you do this, you'll probably need to give the sidebar more space, like 6 columns
the legend currently is in the sidebar. You can move the sidebar to the other side of the page or you can copy the legend text/code and paste it in the main content block.
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Or, you can change the color of all of your headings in the Typography settings.
If you just want that one heading different, though, then use inline styling as Rod suggests.
Offline
Pages: 1