• Resolved maurelius

    (@marcuscake)


    I am trying to change the font size for the “bcgroups” group name and reduce the spacing around each group listing. I have a basic understanding of CSS.

    Can you tell me how I change the font font size for the “bcgroups” group title. I want to make it smaller. I have tried changing CSS codes in the Plugin CSS file, and also CSS in a new file bowe-codes.css in my styles “stylesheets” directory (no css directory).

    Does the bowe-code.css file need to be in a CSS folder (or the themes stylesheets folder)?

    I’d really appreciate your help. I have spent a lot of time on it and can’t figure it out.

    https://www.ads-software.com/extend/plugins/bowe-codes/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,

    i advise you to leave the /wp-content/plugins/bowe-codes/css/bowe-codes.css the way it is, because all your change will be erased at the next upgrade of the plugin.

    From the Settings menu of WordPress Backend, there’s a submenu Bowe Codes settings. Once there you have the ability to copy and paste as a starting point the css code into a file named bowe-codes.css in a css folder of your active theme. Ex :
    /wp-content/themes/active-theme/css/bowe-codes.css
    Once there, you can edit the css to match your needs. For instance for larger font in the group name, you can add at the end of it :

    .my_groups .my_groups-ul li .group-infos h4 {
        font-size:2em;
    }

    You can also neutralize Bowe Codes default css from the settings menu and copy and paste the css in your theme main stylesheet file (style.css).

    Rami

    (@ramirocastro)

    Hello guys,

    I’m looking for ONLY the group images, not the name. Would you guide me which file within your plugin I should modify in order to avoid the group description?

    basically i was looking for a simple row of group avatars, one next to the other (without the name):

    [avatar][avatar][avatar]……

    cheers from London
    Ramiro.

    It will soon be possible, currently working on an upgrade of this plugin.

    Hi! Any progress on this? I’m looking for the exact same thing. I love this plugin and am looking forward to the update!

    I’m with Ravi, I’d like a row of group avatars to which a user is member, so this can be put on their profile header.

    I also cannot get the CSS you gave to change the size of the font.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Changing font size for group names’ is closed to new replies.