Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1257197

    I’m changing the (color=’theme-color’ custom_bg=’#444444′) code and others in the text box but the color never changes from blue.

    Any thoughts on why not? It doesn’t live update when I change it nor does it change when I update the page and refresh.

    #1257295

    Hey mbesh,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( to be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    #1257670
    This reply has been marked as private.
    #1257880

    Hi mbesh,

    Thanks for giving us admin access as well as the link in which we must inspect on.
    The reason it’s not changing color is because of this attribute:

    color='theme-color'

    it needs to use custom, it should be like this:

    color='custom'

    I have changed it on the first button.
    Let us now if you need further assistance.

    Best regards,
    Nikko

    #1258935

    Sorry I thought I was more clear. I want the background of the whole box to be a different color not just the button haha.

    #1259095

    Hi,

    Thanks for the clarification. Please try this in Quick CSS instead:

    .postid-3727 #av-layout-grid-1 .iconbox_content {
        background: #444;
    }

    Best regards,
    Rikard

    #1260231

    Quick CSS? I see “custom CSS” in the advanced tab under developer settings. Are you referring to somewhere different?

    #1260233

    Worked, sorry about that.

    #1260241

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Icon Box BG Color Won't change’ is closed to new replies.