PDA

View Full Version : how do i delete forumhome vertical borders


forumhack
09-27-2017, 10:49 AM
Hello
3.8.11


to delete the vertical border?


https://vborg.vbsupport.ru/external/2017/09/12.png

thanks

PinkMilk
10-03-2017, 10:58 AM
Option 1:

Admincp > Styles & Templates > Style Manager

Change background color of "Table Border" (.tborder)

Not a perfect solution but a start in the right direction.

Update ~

Option 2:
Admincp > Styles & Templates > Style Manager > Sizes and Dimensions

Change Inner Border Width to "0"

This however removes all borders.

forumhack
10-13-2017, 09:20 AM
Option 1:

Admincp > Styles & Templates > Style Manager

Change background color of "Table Border" (.tborder)

Not a perfect solution but a start in the right direction.

Update ~

Option 2:
Admincp > Styles & Templates > Style Manager > Sizes and Dimensions

Change Inner Border Width to "0"

This however removes all borders.


thank you but
the horizontal one gone? :)

PinkMilk
10-15-2017, 11:43 AM
Option 3:

Admincp > Styles & Templates > Style Manager > Sizes and Dimensions

Change Inner Border Width to "0"

then scroll down to Additional CSS Definitions and add:

.alt1,
.alt1Active,
.alt2,
.alt2Active {
border-bottom:1px solid #CCC;
}

.thead {
border-bottom:1px solid #D1D1E1;
}

forumhack
10-16-2017, 09:48 AM
Option 3:

Admincp > Styles & Templates > Style Manager > Sizes and Dimensions

Change Inner Border Width to "0"

then scroll down to Additional CSS Definitions and add:

.alt1,
.alt1Active,
.alt2,
.alt2Active {
border-bottom:1px solid #CCC;
}

.thead {
border-bottom:1px solid #D1D1E1;
}


thanks.