in Joomla Templates by
Hello

Currently, the border settings are style, thickness, radius and color.

I would like to have top and bottom borders without the sides (left and right), is there a way to achieve this?

Maybe this is a feature that can be considered in future release :D


Thanks

5 Answers

by james (5.3k points)
Hi

Yes you can achieve this by adding a custom CSS as border-left for left side of the content and border-right for the right side of the content.
p
{
border-left: 3px solid #ff0000;
}


We will consider this feature for future release.
by
Thanks for the reply James

That was not what I want.

Anyway, I edited template.css > nav#ttr_menu (menu section) > border-width:3px 0px 3px 0px;

Now my menu border only shows top and bottom border lines.

Would be real nice to have some border styling features with certain area eg. menu, sidebar, module position etc.

Thanks
by iceferret (3.3k points)
I just click \'more\' at the bottom of the thickness choices. Box comes up allows any combination of border and thickness. Is that what you want :?:
by
PERFECT! :D

Thanks ... Solved the issue. Btw, applicable to other borders!
by iceferret (3.3k points)
Glad to help :D
Interested in localizing/Translating TemplateToaster Software in your native language in exchange of a Pro License ? Contact Us
...