Hi!
How can i add css for VibeBP?
I am trying to add this:
.profile_menu active .site_logo img {
padding: 20px;
}
Because i see image below menu profile very big.
Could you help me, please?
hi
can you share a screenshot of this issue
so we will provide the CSS for the same
This reply has been marked as private.
hi
i have checked in inspect element too
and it is not reflecting:
https://screencast-o-matic.com/i/c3enIQVb8Hq
can you let us know on which element you are trying to implement this?
This reply has been marked as private.
hi use this:
div#vibebp_member .profile_menu.active .site_logo img {
padding:20px !important;
}
Now it is working.
Thanks a lot.