Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #982673

    Hi
    I am trying to edit the icons to use images and have a few issues:

    In the preview the replacement image shows fine but not in the browser.
    How do I recenter the icon in the space?
    And how do I remove the blue circle?

    This is some code I lifted from the support pages. thanks!

    /* Icon Size */
    [data-av_icon]:before {
    font-size: 100px!important;
    }
    .iconbox_icon {text-align:centre !important;
    margin-right:20px !important;
    }

    .bob .iconbox_icon:before { display: none; }
    .bob .iconbox_icon { background-image: url(http://wpg.com.gridhosted.co.uk/wp-content/uploads/2018/07/flag7-1.png); background-repeat: no-repeat; background-position: 50% 50%; background-size: contain; }

    #982755

    Hey smoothbob,
    To remove the overlay blue circle, Try this code in the General Styling > Quick CSS field:

    #top.home .av-layout-tab .inner-entry .image-overlay {
    display: none !important;
    }

    Best regards,
    Mike

    #984249

    Hi Mike

    I tied that but it didn’t work, plus could you answer my other questions regarding the size and alignment as well :)

    thanks!

    #984281

    hi

    it’s OK, I did things a different way

    cheers

    #984302

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Icons’ is closed to new replies.