Login widget login button size
-
Login widget login button size on sidebar
Wordpress: 3.9.2
bbPress: Version 2.5.4Hello bbpress forums. I have been trying to accomplish a custom css change on my website. I installed bbpress, customized it a bit and added some forums. I added the widget on the right sidebar of my website. I then went to test it out a bit and noticed the login button being extremely tiny and hard to see.
When posting a topic of reply I also noticed the submit button was small and hard to see for some people. So I just wanted to make the login button on the sidebar widget a bit larger.
I used firebug and inspected the sidebar probably all day yesterday trying over 20 different custom css changes and had no luck. I tried things like:
============
#sidebar .button {
background-color: ##a0668d;
color: #000000;
float: center;
vertical-align: middle;
border-radius: 10px;
height: 35px;
width: 80px;
font-size: 18px;
}
================
body #sidebar .button {
padding-left: 45px;
!important;}
================
.user-submit {
padding-left: 45px;
!important;}
=================My firebug skills are not that great but I am working on it. I tried so many other custom css changes to make this login button larger. I can go into firebug and actually change this and the button does change, I just cannot find the custom css to make this change permanent.
body #sidebar .button {
padding-left: 100px;
}I did make the submit button for posting and replies larger, after finding this useful custom css code in the bbpress styling crib of the bbpress support site.
============================
#bbpress-forums .submit {
background-color: #a0668d;
color: #000000;
float: center;
vertical-align: middle;
border-radius: 10px;
height: 35px;
width: 80px;
font-size: 18px;
!important;}
========================So that is good I got the submit button larger and more noticeable. If anyone is out there that would be able to assist me in just making this login button a bit larger it would be greatly appreciated. Thank you for reading this
-
Solved, I just installed a login plugin
great – glad you’re fixed !
Is there anyone that can remove my domain from my original first post please? I have looked everywhere and was trying to contact a moderator? I am seeking how to remove my domain from the original post here. Thank you very much
no problem, I’ve just removed it !
- You must be logged in to reply to this topic.