-
AuthorPosts
-
December 30, 2015 at 8:49 pm #558556
Hi – I saw a thread that you can upload the custom iconbox, but I am unclear how to load it into the section where I would like to replace it with the icons on the home page on the bottom within why access si? As you can see three icons there. I am wondering if its possible to do something like this where I create a white icon and replace it with the icons set up.
Here is what I would like it to look like now:
http://pasteboard.co/qqGljxs.pngHere is what I would like to replace the current icon to this:
http://pasteboard.co/qqDrS0N.pngI have added this code in the general styling where I got it from the forum site: (https://kriesi.at/support/search/custom+iconbox/?avia_filter_search=yes&avia_search_forums=all&avia_search_dates=all&avia_search_include=no):
.custom-iconbox .iconbox_icon:before { display: none; }
.custom-iconbox .iconbox_icon { background-image: url(http://www.accesssi.net/newsite/wp-content/uploads/2015/12/AccessSI_WhiteIcon.png); background-repeat: no-repeat; background-position: 50% 50%; background-size: contain; }Thanks,
January 2, 2016 at 7:55 am #558848Hey Devon,
Please try the following in Quick CSS under Enfold–>General Styling:
a.iconbox_icon { background-color: transparent !important; background-image: url(https://www.accesssi.net/newsite/wp-content/uploads/2015/12/AccessSI_WhiteIcon.png); } a.iconbox_icon:before { content:none !important; }
Thanks,
RikardJanuary 4, 2016 at 7:24 pm #559418Perfect – Thank you so much. Is there another way to reach out for support vs through forum for a quicker response or this is the only way as I purchased the theme and have the credentials.
Thanks,
January 4, 2016 at 7:40 pm #559425 -
AuthorPosts
- You must be logged in to reply to this topic.