Word Count: 76
  • Post category:Codings
  • Post last modified:2022-07-26

This is a sample style.css file for Astra Theme. More explanation can be found here.

/*  Hide x-overflow */
html,
body {
	width: 100%;
	overflow-x: hidden;
}



/* Remove outlines */
input:focus,
textarea:focus,
select:focus {
	outline: none;
}



/* ul and ol in Elementor Text Editor - method 2 of 2 */
.elementor-text-editor ul {
	list-style: '+' outside none;
	/** list-style: none outside url(xx.svg); **/
	padding-left: 20px;
}

.elementor-text-editor ul li {
	padding-left: 10px;
}

.elementor-text-editor ol {
	list-style: decimal outside none;
	padding-left: 20px;
}

.elementor-text-editor ol li {
	padding-left: 10px;
}