CSS Code: Twenty Twenty-Three – 25/04/26
/*Fonts for p td */
p, td{
font-family: ‘Amiri’, serif;
line-height:2;
}
/*Fonts for p td */
.fnp {
line-height: 2.1em;
font-size: 40px;
font-family: ‘Amiri’, serif;
}
.fntd {
font-family: ‘Amiri’, serif;
}
.ref {
color: #008856;
}
.son {
color: #B551E0;
}
.wp-block-search__label {
display: none;
}
.arabic-horof {
font-size: 30px;
color: red;
font-weight: bold;
background-color: #E4FAE4;
padding: 2px;
}
/* Back to Top Scrol Button */
.btn-back-to-top {
position: fixed;
bottom: 50px;
right: 50px;
z-index: 99;
font-size: 18px;
border: none;
outline: none;
cursor: pointer;
color:red;
padding: 10px;
border-radius: 4px;
display: none;
}
.btn-back-to-top:hover {
background-color: #555; /* Color change on hover */
}