BuddyDev

Search

BuddyBlog simple CSS edit

  • Participant
    Level: Initiated
    Posts: 8
    FerCaldas on #48576

    Hi Friends.

    Where must I edit the css file to put border on “edit” button and some space from “delete”?

    This is the idea:
    https://imgur.com/a/1H6r5C7

    Thanks

  • Keymaster
    (BuddyDev Team)
    Posts: 24212
    Brajesh Singh on #48580

    Hi,
    Thank you for the question.
    Here is an example.
    I hope you can take it form there.

    
    a.bbl-action-link {
        border: 1px solid orange;
        padding: 0.5em;
    }
    
    a.bbl-edit-link {
        margin-right: 1.5em;
    }
    

    Regards
    Brajesh

You must be logged in to reply to this topic.

This topic is: not resolved