Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • justlovejoomla Friend
    #130247

    Hi

    I’d like to remove (or replace) the vertical separator / line that separates the top menu menu items. Would someone be kind enough to tell me where this is located in the css.

    Thanks

    Sherlock Friend
    #257129

    Hi justlovejoomla !
    You can remove it following way below :
    Open template.css file in templates/ja_rochea/css folder , find following code section at about line 1164 :


    #ja-mainnav a {
    border-left:2px solid #E6E6E6;
    color:#4F4F4F;
    display:block;
    font-size:100%;
    font-weight:bold;
    outline-color:-moz-use-text-color;
    outline-style:none;
    outline-width:medium;
    padding:0pt 18px 3px 20px;
    text-transform:uppercase;
    }

    change to :


    #ja-mainnav a {
    color:#4F4F4F;
    display:block;
    font-size:100%;
    font-weight:bold;
    outline-color:-moz-use-text-color;
    outline-style:none;
    outline-width:medium;
    padding:0pt 18px 3px 20px;
    text-transform:uppercase;
    }

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Sherlock 16 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum