E
E
Evgenij_nechujveter2018-03-23 11:31:06
css
Evgenij_nechujveter, 2018-03-23 11:31:06

What selector should be used to change the font-size?

There is a site:
site
What selector should be used to increase the font size only in this block?
5ab4bb6b180ad695246643.png
As I understand it, I need to apply font-size to the link.
It's confusing that on this page there are 2 classes named box-content (one with categories and one with text information) And if I start writing: box-content > div > ul > li > a, I'm not sure if it will work
Manually, prescribe a class for each link ... It will be very long)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
ink, 2018-03-23
@AskMy

.box-content:first-child ul a{
    font-size:18px!important;
}

5ab4bce7d68ba579643627.png

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question