PDA

View Full Version : How edit


tlemsani
04-04-2021, 03:45 PM
hello, how can I edit the color and the thickness of the line that separates the sub-forums thank you

yilmaz
04-04-2021, 04:30 PM
There are two choices

1st option.
Add the following code into the theme css_additional.css template you are using.
change the color according to you.


.forum-list-container .forum-item td{
border-top: 1px solid #fd0414;
}




2nd option,
Of the style you are using, go to the Style Variable Editor and do as in screenshot. (https://postimg.cc/751vq4V1)

you-site/admincp/stylevar.php?dostyleid=the stilid you use

Search Style Variable post_border

tlemsani
04-04-2021, 05:06 PM
no I have not found?

yilmaz
04-04-2021, 05:10 PM
Apply option 1, it's easier

tlemsani
04-04-2021, 05:17 PM
no I added css additiona but it doesn't change anything

yilmaz
04-04-2021, 05:27 PM
Can you try this


.forum-list-container .forum-item td{
border-top: 1px solid #fd0414;
}

tlemsani
04-04-2021, 05:41 PM
thank you now it works a very big thank you