Home Forums WoodMart support forum Internal Link problem

Internal Link problem

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #377773

    Chaleur Naturelle
    Participant

    Since the update of the theme, we have problem with the links’ color.

    When I hover on the link, it turns grey and it is working. But the regular color stay black (it is set in orange) which is not very convenient. We cannot distinguish links from text

    NB: On the blog, links are correctly displayed but not on regular pages.

    Attachments:
    You must be logged in to view attached files.
    #377912

    Bogdan Donovan
    Keymaster

    Hello,

    Please, provide us with your admin access so we can log in and check this on your side.

    Thank you in advance.

    #377923

    Chaleur Naturelle
    Participant

    you have all the info in the private box

    For some links, we have added the color manually so that the user can click on the links…

    There is an example of a link that is not displayed in the right color on this page : https://chaleur-naturelle.fr/conception-du-radiateur-en-pierre/ (anchor text: “connexion en série”)

    #378274

    Bogdan Donovan
    Keymaster

    Hi,

    In the 6.2 update “Responsive text block” was deprecated and replaced with “Text block” element. To fix this issue try to replace “Responsive text block” content with “Text block”, or as alternative you can use following cutom code to fix link colors inside old elements. Try to add this custom CSS inside Global Custom CSS area in Theme Settings.

    .woodmart-text-block a {
    	color: var(--wd-link-color);
    }

    Kind Regards

    #378319

    Chaleur Naturelle
    Participant

    ok thank you, very clear.

    There is two elements : “Text-block” and “texte-fonds”.

    Which one is the equivalent of “Responsive text block” ?

    #378740

    Bogdan Donovan
    Keymaster

    Hi,

    “texte-fonds” – its “Responsive text block (old)” element preset that you have created via WPBakery tools.

    New elements are called – “Text block” (https://prnt.sc/JoTcxR07Q1kG).

    Kind Regards

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