-
AuthorPosts
-
January 7, 2021 at 3:26 am #1270739
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;
}January 7, 2021 at 6:08 am #1270775Hey mbesh,
You would need to change or remove the post-id. The code above is specific to that page.
Best regards,
Jordan ShannonJanuary 7, 2021 at 5:53 pm #1270923Putting 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?
January 7, 2021 at 6:53 pm #1270940I am having an issue with the icons appearing as boxes as well. If you could please take a look.
January 9, 2021 at 3:59 am #1271175Hi,
Please try this CSS instead:
.iconbox_content { background: red; }
Best regards,
RikardJanuary 9, 2021 at 4:00 am #1271176Hi 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,
RikardJanuary 11, 2021 at 7:24 pm #1271681Here you go
January 13, 2021 at 3:53 am #1272006Hi 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,
RikardJanuary 21, 2021 at 7:46 pm #1274515We 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)
January 22, 2021 at 2:35 am #1274561Hi,
Add this to quick css:
.page-id-240 .iconbox_content { background: yellow !important; }
Best regards,
Jordan ShannonFebruary 11, 2021 at 6:54 pm #1279835Used 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;
}February 14, 2021 at 5:23 am #1280373Hi,
Please try this CSS instead:
.postid-240 .iconbox_content { background: #fcfcfc !important; }
Best regards,
RikardAugust 20, 2021 at 3:44 pm #1317641I’m needing help – I was told by go daddy that the theme is broken
August 22, 2021 at 5:33 am #1317794Hi NEveleth,
Could you try updating the theme to the latest version (4.8.6.2) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update.
Best regards,
Rikard -
AuthorPosts
- You must be logged in to reply to this topic.