Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • slepoy Friend
    #196295

    Hello.
    I’m trying to make all liks inside article <p>link</p> to underline.

    But if I use

    a{
    text-decoration: underline;
    }

    it starts to underline every link (in menu, artilcle title, module title).
    I tried to diesable underlinr for menu, artilcle title, module title but not success.

    Is it possible to apply style onle for atticle’s links inside <p>link</p> or content table?

    Thanks.

    wingly Friend
    #528652

    I am from mobile so find it yourself. Inspect the article and see in what div with wjat class it appears. For example div class=”article” then you should write in css the following

    div.article a{
    Your code
    }

    This way only the links onsode a div with the class (article) will have your code applied

    slepoy Friend
    #528653

    Thanks. Seems also works with
    .article-content a{
    text-decoration: underline;
    }

    wingly Friend
    #528658

    Good to know it helped and you manage to dit it. Now please mark the thread as “solved” ) thank you

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

This topic contains 4 replies, has 2 voices, and was last updated by  wingly 10 years ago.

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