Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #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.png

    Here is what I would like to replace the current icon to this:
    http://pasteboard.co/qqDrS0N.png

    I 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,

    #558848

    Hey 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,
    Rikard

    #559418

    Perfect – 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,

    #559425

    Hey!

    We provide support through our support forum and we are usually pretty quick to answer but due to Christmas and New years holiday, it may have taken a bit longer than usual :)

    Glad Rikard could help! Let us know if you have any other questions or issues

    Regards,
    Yigit

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