[buddypress-trac] [BuddyPress Trac] #8948: The Buddypress logo has a bottom border, making it look somewhat strange.
buddypress-trac
noreply at wordpress.org
Fri May 24 10:25:25 UTC 2024
#8948: The Buddypress logo has a bottom border, making it look somewhat strange.
----------------------------------+-----------------------------------
Reporter: dhrumilk | Owner: johnjamesjacoby
Type: defect (bug) | Status: new
Priority: high | Milestone: BuddyPress.org Sites
Component: BuddyPress.org Sites | Version:
Severity: normal | Resolution:
Keywords: needs-patch |
----------------------------------+-----------------------------------
Comment (by almitane):
''Check Out the Logo Style:'' Ever wondered how to tweak that logo on
your website? Well, let's start by checking it out! Use your browser's
developer tools to inspect the logo. Look for things like border-bottom,
outline, or any fancy extras (::after or ::before) that might be causing
the look you're not loving.
''Fixing the Look:'' Once you've spotted what's causing the bottom border,
it's time to spruce things up! If you can tinker with the CSS directly
(maybe in the site's files or a custom CSS area), here's what you can do:
{{{
CSS:
.logo-selector { /* Swap out .logo-selector with your actual logo class or
ID */
border-bottom: none; /* Bye-bye bottom border! */
}
}}}
Or, if you're into borders but not the one you're seeing, try something
like:
{{{
css
.logo-selector { /* Swap out .logo-selector with your actual logo class or
ID */
border-bottom: 1px solid #CCCCCC; /* Tweak the color or width as you
like */
}
}}}
''Using a Style Sheet:'' If your website lets you play with custom
stylesheets (like in a CMS or framework), this is where it gets fun! Add
your new CSS rules to a stylesheet. This keeps things neat and tidy and
avoids any headaches with updates that might erase your changes.
''Give it a Spin:'' Once you've made your tweaks, it's time for the big
reveal! Test out your spiffy new logo across different browsers and
devices. Make sure it's looking just right and not causing any unexpected
chaos elsewhere on the page.
''Keep Track of Changes:'' If you're part of a team or working in an
environment where changes need to be documented, jot down what you've
done. This comes in handy for future reference, especially if the website
gets a makeover down the road.
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/8948#comment:3>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list