Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1066936
    seelevelmktg
    Participant

    I’d like to change the plus signs next to the FAQ questions to a cherry icon. How can I do this on this page:
    http://cd3.777.myftpupload.com/faq/

    Thanks

    #1066937
    seelevelmktg
    Participant

    Additionally, I’d like to change the down arrows on the home page to cherry icons: http://cd3.777.myftpupload.com/. I know the arrows are controlled by font awesome, but wasn’t sure if there was a way to do a custom icon here

    The down arrows are further on the page and are underneath “sports nutrition”, “sleep deprived”, etc

    #1067251
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer and then change the path to the icon by using your preferred image.

    
    .x-accordion-heading .x-accordion-toggle::before {
        content: url("http://iconshow.me/media/images/food/Fruits-Icons/png/32/Cherry.png");
    }
    
    .x-card-outer .x-face-graphic .x-icon-arrow-down::before {
        content: url("http://iconshow.me/media/images/food/Fruits-Icons/png/32/Cherry.png");
    }
    

    Hope that helps.

  • <script> jQuery(function($){ $("#no-reply-1066936 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>