Change "Reactions" button color.
Lexiture@lexiture
12 Posts
#1 · July 12, 2020, 7:32 am
Quote from Lexiture on July 12, 2020, 7:32 amHello.
How could I make the reactions buttons transparent?
Hello.
How could I make the reactions buttons transparent?
Uploaded files:
Click for thumbs down.0Click for thumbs up.1
DoctorScandal has reacted to this post.
DoctorScandal
#3 · July 15, 2020, 4:11 am
Quote from Asgaros on July 15, 2020, 4:11 amHello @lexiture
Can you provide a link to your forum so I can have a look at the currently applied stylings?
Hello @lexiture
Can you provide a link to your forum so I can have a look at the currently applied stylings?
Click for thumbs down.0Click for thumbs up.0
If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!
#4 · July 15, 2020, 10:48 am
Quote from Lexiture on July 15, 2020, 10:48 amI’ve temporally enabled the website. Link: ForoDatos
Custom CSS code I’ve applied during development:
@media only screen and (min-width: 768px) and (max-width: 1019px) { #block-wrap-53699, #block-wrap-80365, #block-wrap-81245 { display: none; } } .page-id-635 .entry-title{ display:none; } .archive.category .page-title, .archive.category .page-description { display: none !important; } .biblioteca .entry-title{ display:none; } /* display background ad in dark mode */ .mode--alt--b.skin-light .site-inner{ background:transparent; } .mode--alt--b.skin-light .block-css-78450 { background:transparent; } .block-wrap-grid .only-filters .filters .load-more-wrap-2 { margin-right: auto!important; } /* Hide the Home Symbol from overview page */ .asgaros-forum-overview #forum-breadcrumbs span:nth-child(2) { display: none !important; } /* Hide the first entry of the Breadcrumb - Forum Name - from overview page */ .asgaros-forum-overview #forum-breadcrumbs span:nth-child(3) { display: none !important; } #af-wrapper img.avatar { border-radius: 0% !important; } #af-wrapper img.avatar { border-radius: 0; } #af-wrapper .forum-title { color: black; } /* Change URL link colour to blue */ #af-wrapper a { color: #000 !important; } /*and hover colour to red */ #af-wrapper a:hover { text-decoration: underline !important; color: #000 !important ; } #af-wrapper .unread { color: #272a2c !important; } #af-wrapper #read-unread { display: none !important; } #af-wrapper .user-online .avatar { box-shadow: 0px 0px 5px #000; border: 1px solid #000; }
I’ve temporally enabled the website. Link: ForoDatos
Custom CSS code I’ve applied during development:
@media only screen and (min-width: 768px) and (max-width: 1019px) {
#block-wrap-53699, #block-wrap-80365, #block-wrap-81245 {
display: none;
}
}
.page-id-635 .entry-title{
display:none;
}
.archive.category .page-title,
.archive.category .page-description {
display: none !important;
}
.biblioteca .entry-title{
display:none;
}
/* display background ad in dark mode */
.mode--alt--b.skin-light .site-inner{
background:transparent;
}
.mode--alt--b.skin-light .block-css-78450 {
background:transparent;
}
.block-wrap-grid .only-filters .filters .load-more-wrap-2 {
margin-right: auto!important;
}
/* Hide the Home Symbol from overview page */
.asgaros-forum-overview #forum-breadcrumbs span:nth-child(2) {
display: none !important;
}
/* Hide the first entry of the Breadcrumb - Forum Name - from overview page */
.asgaros-forum-overview #forum-breadcrumbs span:nth-child(3) {
display: none !important;
}
#af-wrapper img.avatar {
border-radius: 0% !important;
}
#af-wrapper img.avatar {
border-radius: 0;
}
#af-wrapper .forum-title {
color: black;
}
/* Change URL link colour to blue */
#af-wrapper a {
color: #000 !important;
}
/*and hover colour to red */
#af-wrapper a:hover {
text-decoration: underline
!important;
color: #000 !important ;
}
#af-wrapper .unread {
color: #272a2c !important;
}
#af-wrapper #read-unread {
display: none !important;
}
#af-wrapper .user-online .avatar {
box-shadow: 0px 0px 5px #000;
border: 1px solid #000;
}
Click for thumbs down.0Click for thumbs up.0
Last edited on July 15, 2020, 10:50 am by Lexiture


