Shape 5

Joomla Templates => Business Pro - Club => : mct2002 July 15, 2014, 02:23:49 PM



: Adding Lines between Menu Items
: mct2002 July 15, 2014, 02:23:49 PM
I would like to modify the lines between each menu item for the "Helpful Links" menu.  Right now there are faint grey lines separating each item.  I would like to make the lines a little thicker and change the color to blue.  Where would I need to go to do this?

aec.coop


: Re: Adding Lines between Menu Items
: mikenicoll July 15, 2014, 05:37:24 PM
Hello,

That is part of the CSS below. The line is generated from the bottom border CSS call.

:
Template.CSS - Line 720

.module_round_box_outer ul.menu li a, #s5_bottom_row3 .module_round_box_outer ul li a, .module_round_box_outer ul.menu li span {
    border-bottom: 1px solid #f3f2f2;
    color: #717171;
    display: block;
    margin-bottom: 4px;
    padding-bottom: 4px;
}

-Mike


: Re: Adding Lines between Menu Items
: mct2002 July 16, 2014, 07:27:23 AM
That worked great.  Thank you!


: Re: Adding Lines between Menu Items
: mikenicoll July 16, 2014, 09:39:06 PM
NP

-Mike