Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #950796

    Hello,
    I would like to change the color of links located inside a block code.
    Have a look at the page first.
    I want to change the color of the links inside the orange boxes.

    The general color of the links are green. But I want those specific links to be black and underlined.
    Even after readings some posts in the forum, I just can’t get them the way I want.

    Anyone could give me a hand to set the right code please?
    My css custom would be ‘product-table’.

    #951002

    Hey rvga,

    I have checked your site and can’t find ‘product-table’ but I do find ‘tablo-produits’, try adding this css code in QUick CSS (located in Enfold > General Styling):

    .tablo-produits td a {
        color: black !important;
    }

    Hope it helps :)

    Best regards,
    Nikko

    #952167

    Hi Nikko
    I switched from English to French name this explains the changes. Sorry for that.
    It works perfectly, thx.

    And what would be the code for the underlined option, please?
    I really want to show it’s a link like the ‘old’ way…. ;)

    #952239

    I guess I found: “text-decoration: underline;” :)

    #952487

    Hi,

    Great, glad you found the answer already. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.