Asked this question before but the same code won’t work now so re-opening.
Trying to make the entire box background color a custom color. You can see now it’s white.
This was the code I was given before. Could you explain the code so I can apply it to different sites along the line?
.postid-3727 #av-layout-grid-1 .iconbox_content {
background: #444;
}
Hey mbesh,
You would need to change or remove the post-id. The code above is specific to that page.
Best regards,
Jordan Shannon
Putting this in quick css:
#av-layout-grid-1 .iconbox_content {
background: #444;
}
does nothing. I think it needs to be directed to the specific page no?
I am having an issue with the icons appearing as boxes as well. If you could please take a look.
Hi,
Please try this CSS instead:
.iconbox_content {
background: red;
}
Best regards,
Rikard
Hi NEveleth,
Your login page seems to be password protected. Please open a new thread and include all the login details necessary, so that we can have a closer look at your site.
Best regards,
Rikard
Here you go
Hi mbesh,
I added this for you in Quick CSS:
.iconbox_content {
background: yellow !important;
}
It’s applying to your site, please review it.
Best regards,
Rikard
We had to hurry and delete this because it isn’t what we anted. There are multiple icon boxes on the website, this turns them ALL yellow. I am trying to figure out how to just turn the ones on the resources page a different color. This was mentioned above. Not site-wide. Page specific (ID)
Hi,
Add this to quick css:
.page-id-240 .iconbox_content {
background: yellow !important;
}
Best regards,
Jordan Shannon
Used this code (to match light brown of boxes below the icon boxes) and nothing comes up. Wrong ID maybe? Can’t use hex?
.page-id-240 .iconbox_content {
background: ##fcfcfc !important;
}
You must be logged in to reply to this topic.