Hi
it looks like there is a lack of styles for some shortcodes.
I took some code from demo data
if I use shortcodes for columns, the only column where I can get colored paw icon is one_half_last
how can I add style to make my paw (or other) icon to get correct color?
and I mean color taken from template options just like the one used in one_half_last type
example:
[column_content type=”one_half” subcls=”aboutwel-left”]
- <i class=”fas fa-paw”></i> test
[/column_content]
[column_content type=”one_half_last” subcls=”aboutwel-right”]
- <i class=”fas fa-paw”></i> test – colored
[/column_content]
[clear]
[column_content type=”one_third” subcls=”aboutwel-left”]
- <i class=”fas fa-paw”></i> test
[/column_content]
[column_content type=”two_third_last” subcls=”aboutwel-right”]
- <i class=”fas fa-paw”></i> test
[/column_content]
[clear]
[column_content type=”one_third” subcls=”aboutwel-left”]
- <i class=”fas fa-paw”></i> test
[/column_content]
[column_content type=”one_third” subcls=”aboutwel-left”]
- <i class=”fas fa-paw”></i> test
[/column_content]
[column_content type=”one_third_last” subcls=”aboutwel-right”]
- <i class=”fas fa-paw”></i> test
[/column_content]
[clear]