-
AuthorPosts
-
October 31, 2020 at 1:02 am #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.
October 31, 2020 at 6:57 pm #1257295Hey mbesh,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- 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 ). - Click ” Submit “.
- 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,
NikkoNovember 2, 2020 at 6:52 pm #1257670This reply has been marked as private.November 3, 2020 at 7:23 am #1257880Hi 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,
NikkoNovember 6, 2020 at 6:32 pm #1258935Sorry I thought I was more clear. I want the background of the whole box to be a different color not just the button haha.
November 8, 2020 at 6:36 am #1259095Hi,
Thanks for the clarification. Please try this in Quick CSS instead:
.postid-3727 #av-layout-grid-1 .iconbox_content { background: #444; }
Best regards,
RikardNovember 13, 2020 at 12:48 am #1260231Quick CSS? I see “custom CSS” in the advanced tab under developer settings. Are you referring to somewhere different?
November 13, 2020 at 12:51 am #1260233Worked, sorry about that.
November 13, 2020 at 2:21 am #1260241Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Icon Box BG Color Won't change’ is closed to new replies.