Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #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;
    }

    #1270775

    Hey mbesh,

    You would need to change or remove the post-id. The code above is specific to that page.

    Best regards,
    Jordan Shannon

    #1270923

    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?

    #1270940

    I am having an issue with the icons appearing as boxes as well. If you could please take a look.

    #1271175

    Hi,

    Please try this CSS instead:

    .iconbox_content {
      background: red;
    }

    Best regards,
    Rikard

    #1271176

    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

    #1271681

    Here you go

    #1272006

    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

    #1274515

    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)

    #1274561

    Hi,

    Add this to quick css:

    .page-id-240 .iconbox_content {
      background: yellow !important;
    }

    Best regards,
    Jordan Shannon

    #1279835

    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;
    }

    #1280373

    Hi,

    Please try this CSS instead:

    .postid-240 .iconbox_content {
      background: #fcfcfc !important;
    }

    Best regards,
    Rikard

    #1317641

    I’m needing help – I was told by go daddy that the theme is broken

    #1317794

    Hi 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

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.