Home Forums Pro Themes Academic Pro icon not shown

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #67888
    beintech
    Participant

    I cant’t see search icon and auto top page icon. How should I do?

    icon

    #67894
    wensolutions
    Keymaster

    Hello @rollco7,

    First of all thank you very much for using the pro version of the theme.

    To enable the search icon in the menu section you have to assign the menu in the Primary Menu location by going to Admin Panel > Appearance > Customize > Menu > Menus Location.

    You can create the menu from Admin Panel > Appearance > Menu and even assign the menu to the primary menu location from here.

    http://prntscr.com/irhms2

    Now to enable the go-to top icon go to Admin Panel > Appearance > Customize > Theme Option > Footer Options.

    Hope this helps.

    Best Regards!!

    #68236
    beintech
    Participant

    Thanks for your reply. I want to change icon like that
    https://drive.google.com/file/d/1ct4y6Gn6ErVLJUrAUCuJw7HIcc1Zzo8q/view?usp=sharing

    #68315
    wensolutions
    Keymaster

    Hello @rollco7,

    The “Go To top” icon is already like in the screenshot in the theme as you can see below:

    Screenshots:
    http://prntscr.com/iu7mi6

    It appears like that may be because your site is loading slow.

    IF you have any issue further, please let us know.

    Best Regards!!

    #68386
    beintech
    Participant

    Thanks for your reply my site “Go To Top” icon is not shown correctly and icon missing.
    Link http://www.oag.gov.mm/

    #68393
    wensolutions
    Keymaster

    Hello @rollco7,

    To make the arrow display in Go to Top section please paste below-given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    .fa-angle-up:before {
        font-family: fontawesome;
    }

    Hope this helps.

    Best Regards!!

    #68543
    beintech
    Participant

    Thanks for your code. It is OK.
    I want to know search icon. Search Icon is not shown correctly.How should I do?

    https://drive.google.com/file/d/1Tc8XRswK5J4kqxLRXF8K0UY4mVmfQ6q2/view?usp=sharing

    #68550
    wensolutions
    Keymaster

    Hello @rollco7,

    To fix the issue of search icon please use below given CSS in Additional CSS.

    .fa-search:before {
        font-family: fontawesome;
    }
    
    .fa-close:before, .fa-remove:before, .fa-times:before {
        font-family: fontawesome;
    }

    Hope this helps.

    Best Regards!!

    Have a good day 🙂 .

    #68591
    beintech
    Participant

    Thanks for your reply. I want to know top right arrow icon in mobile view. My icon is not shown correctly. Please help me.

    https://drive.google.com/open?id=1WPlo1VPs3LFDFRaMO5Ago9ib7BYZKtvZ

    #68625
    wensolutions
    Keymaster

    Hello @rollco7,

    To fix the issue of toggle icon in mobile view use below given CSS.

    .fa-angle-left:before {
        font-family: fontawesome;
    }

    Hope this helps.

    Best Regards!!

    #68638
    beintech
    Participant

    Thanks for your reply. I want to know Read More arrow icon. My Read More arrow icon isn’t correct.

    https://drive.google.com/file/d/1phVhQ9-GkQ3Ry615SCn6MHGs8rHOlurm/view?usp=sharing

    Thanks.

    #68685
    wensolutions
    Keymaster

    Hello @rollco7,

    Please add below-given CSS to fix the issue.

    .fa-angle-right:before {
        font-family: fontawesome;
    }

    Hope this helps.

    Best Regards!!

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