Skip to content

LESS Variables

Nick Haskins edited this page Nov 28, 2013 · 2 revisions

Soren and all child themes under Soren use LESS. There's a few variables setup that you can tap into with a child theme. This ensure that the colors the user set with default Soren color controls, actually sync up with your style.

@soren-width - returns the content width as set in theme customizer (content_width)
@soren-bg-color - returns background color as set in theme customizer
@soren-text-color - returns text color as set in theme customizer
@soren-headings-color - returns headings color as set in theme customizer
@soren-link-color - returns link color as set in theme customizer
@soren-font-size - returns font size as set in theme customizer

Clone this wiki locally