Notifications
Clear all

wpForo 1.x.x [Closed] social icons style in login page

4 Posts
2 Users
0 Likes
775 Views
Posts: 6
Topic starter
(@farmer40)
Active Member
Joined: 3 years ago

Hi,

I have instal "AccessPress Social Login Lite" plugin.

But in Register page and Login page, social icons are not good size ( see attachment).

I´m not sure if is a plugin problem or Is possible to solve by editing some forum parameters.

Some idea?

Thanks.

 

Topic Tags
3 Replies
Robert
Posts: 10499
Admin
(@robert)
Support Team
Joined: 8 years ago

Hi @farmer40,

Please leave a direct link to the registration page.

Posts: 6
Topic starter
(@farmer40)
Active Member
Joined: 3 years ago
1 Reply
Robert
Admin
(@robert)
Joined: 8 years ago

Support Team
Posts: 10499

@farmer40,

Insert this CSS code in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea, save it, delete all caches, go to forum front-end and press Ctrl+F5:

#wpforo #wpforo-wrap .theme-1 .apsl-icon-block{
    float: left;padding: 20px
}
#wpforo #wpforo-wrap .theme-1 .apsl-icon-block .apsl-login-new-text{
    padding-left: 20px;
}
#wpforo #wpforo-wrap .theme-1 .apsl-icon-block i{
    border-radius: 24px;
    color: #fff;
    text-align: center;
    height: 39px;
    font-size: 20px;
    vertical-align: middle;
    display: table-cell;
    width: 40px;
}

 

It should look like this: