Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Question

    #34371
    @mungryboss

    Hi,
    Is there a way to replace the Fontawesome home icon with an image icon? If yes, What would be the optimal size of the image?
    Thanks!

    Answers

    #34374

    Alyssa
    Participant
    @alyssa-buddyboss

    @mungryboss Welcome to the BuddyBoss community! Absolutely, first add this to your child theme custom.css to remove font awesome from the left button:
    .left-btn:before{display:none;}
    Then to add a new icon 35px square should be a good size, then add this to custom.css replacing your own image and possibly customizing the width not-linked to width of image due to padding:

    .left-btn{
    background: url('[insert image URL here]') no-repeat center;
    width: 28px;
    }
    #34409
    @mungryboss

    Great! Thanks so much!

    #34446

    Alyssa
    Participant
    @alyssa-buddyboss

    You are welcome very much!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘Mobile Home Icon’ is closed to new replies.