Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Code from CSS Lesson 14

$
0
0

Replies: 0

hello , i am trying to add the cookies like is mentionned in 14 lesson but the cookies doesn’t appear .

I have already install the plugin awesome font

.cmplz-manage-consent {
display:block; 
color:white!important; /* text color */
background:#333333!important; /* background color */
padding:20px; 
border-radius:0px;
}
.cmplz-manage-consent {
font-family: inherit; /* set the font family */
font-weight: 500;
}
.cmplz-manage-consent::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;  
  	content: "\f564"; 
  	display: inline-block;
  	padding-right: 20px;
  	vertical-align: middle;
	  color: yellow; /* change color if needed */
}

Thank you for help 🙂


Viewing all articles
Browse latest Browse all 59525

Trending Articles