Astra_Dynamic_CSS::blog_layout_static_css()

Load Blog Layout static CSS when it is enabled.


Description


Source

File: inc/class-astra-dynamic-css.php

		public static function blog_layout_static_css() {

			$bl_selector = '.ast-blog-layout-6-grid';

			$blog_layout_css = '
			' . $bl_selector . ' .ast-blog-featured-section:before {
				content: "";
			}
			';

			return $blog_layout_css;
		}

Changelog

Changelog
Version Description
4.6.0 Introduced.


User Contributed Notes

You must log in before being able to contribute a note or feedback.