L
L
lilandre22017-04-25 09:25:35
Joomla
lilandre2, 2017-04-25 09:25:35

How to remove strokes before menu items in joomla?

c6c9f7a3351f444dbf61c896d243b3f7.png
I have joomla! 3.6.2. They gave the site for revision. In one of the paragraphs of the TK it says - "Remove strokes in the menu." I did not install them and there is no way to communicate with a programmer who previously worked with this site. In the section where the menu is located - there are no strokes. Googled nothing on this subject.
e07efa4d17994ab0aa914e0344609282.png
Can you please tell me where to look for clues?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Goryachev, 2017-04-25
@lilandre2

I suspect that they are made using ::pseudo-element.
But guessing broke, give a link, we'll see.
UPD: Delete)

.navbar-nav > li > a::before, .navbar-nav > li > span::before {
    content: "";
    border-bottom: 1px solid #d9d9d9;
    width: 15px;
    display: inline-block;
    margin-right: 5px;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question