BuddyBoss Home – Web Support Forums Themes Boss. theme 3rd day simple question not answered

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

    #57986
    @lojdevgroup

    Hi, I’ve posted this question to admins privately and publicly for 3 days now and no response. Plz someone answer this as I’m not a coder…

    I am trying to solve a CSS issue. I want to complete the resizing of the social icons ( comment/ like button/ delete comment/ privacy/ share) on my site, but I am unable to enter the correct CSS to fix this issue.

    All Icons should be color #000 and size 25 px. As you can see from the image, There is an issue with this, because when I resize the delete and privacy icons, they also increase the font size of the text associated with it. Here is a pic of what I mean.

    http://israelkonect.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-01-at-8.12.36-AM.png

    Thanks you for your assistance.

    Answers

    #58091

    Anonymous
    @

    Hi @lojdevgroup, I will add corresponding edits at your site shortly
    Regards

    #58095

    Anonymous
    @

    Hi @lojdevgroup,

    I have added corresponding css to make your adjustment

    
    #buddypress #activity-stream div.acomment-options a.acomment-reply:before, 
    #buddypress #activity-stream .acomment-options .bp-secondary-action:before, 
    #buddypress #activity-stream .acomment-options .delete-activity-single:before, 
    #buddypress #activity-stream .acomment-options .delete-activity:before,  
    #buddypress #activity-stream .activity-meta .bp-secondary-action:before, 
    #buddypress #activity-stream .activity-meta .delete-activity-single:before, 
    #buddypress #activity-stream .activity-meta .delete-activity:before {
        background: transparent;
        color: #000 !important;
        font-size: 25px !important;
    }
    #buddypress #activity-stream .activity-meta .buddypress-social-button,
    #buddypress #activity-stream .activity-meta .buddyboss_edit_activity,
    #buddypress #activity-stream .activity-meta .spam-activity ,
    .spam-activity-comment,
    .buddyboss_edit_activity_comment{
    background: #000!important;
    font-size: 18px !important;
    }
    

    https://drive.google.com/file/d/0B3JP4B8e-iV8ZWFHZGo5OGNlN2s/view?usp=drivesdk
    Let me know if you have any specific queires.
    Regards
    Varun Dubey

    #58097
    @lojdevgroup

    Thank you, and I appreciate it.

    #58101

    Anonymous
    @

    Great, I will close this topic
    Feel free to create new for any further queries
    Regards
    Varun Dubey

Viewing 5 posts - 1 through 5 (of 5 total)
  • The question ‘3rd day simple question not answered’ is closed to new replies.