• on the first page (home) you can see an underline on “mention légale” and “vie privée” (bottom)

    You have it if you reduce the windows above just under the menu(not on the big screen) and yiou have too on the button “A propos de moi”

    I tried several code that i found in css et php without success

    Could you help me.

    Th header and the footer are made with boostify

    I have no clue about what happens!

    The page I need help with: [log in to see the link]

Viewing 11 replies - 1 through 11 (of 11 total)
  • Hello, I understand you would like to remove the underline in all links? There is a bottom border applied to all links in the Seedlet theme style.css near line number 921, comment out the border-bottom property.

    Change this …

    a {
      border-bottom: 1px solid var(--global--color-secondary);
      ...
    }

    To this …

    a {
      /* border-bottom: 1px solid var(--global--color-secondary); */
      ...
    }
    Thread Starter dimitrik2023

    (@dimitrik2023)

    how can i join this line (editing?)

    Thread Starter dimitrik2023

    (@dimitrik2023)

    hi @metamezzo

    I did it but it changes nothing

    If you mean how to edit the style.css … in wp-admin visit Appearance > Theme Editor … then, if necessary, under select theme to edit, choose Seedlet if it is not your active theme. The style.css file should be the first file higlighted under Theme Files and it would be open in the main content window. Scroll down in the content window box until you reach line number 921 and you should see border-bottom property you need to comment out. After making your changes, click the Update File button and that should be it. Hope this helps.

    Hi @dimitrik2023 I just checked the Home page and I don’t see the underlined links anymore. Please clear your browser cache or open the page in a new incognito window.

    Thread Starter dimitrik2023

    (@dimitrik2023)

    hi @metamezzo

    With seedlet theme

    There is sometning under the pahe that is appeared = a line with under edit

    what is it?

    Hi @dimitrik2023 not sure what you mean – can you send a screenshot?

    Thread Starter dimitrik2023

    (@dimitrik2023)

    Hi @metamezzo

    here is https://prnt.sc/3TrYLjZEtYZv

    and the colour changed?

    Hi @dimitrik2023 if you are signed in to WordPress then you might see an Edit link (it usually depends on the theme). Here is a screenshot of the same section of the page in Firefox and I do not see the Edit link

    I checked the Mentions légales and Vie privée links — it says the –wp–style–color–link is not defined, so that could be referring to a link colour setting in the Seedlet theme that you need to update to the correct colour. I am not familiar with the Seedlet theme settings, so I won’t be able to tell you where to update the link colour.

    Thread Starter dimitrik2023

    (@dimitrik2023)

    @metamezzo

    thanks i found for the colour.

    for the edit it is only on chrome. it is strange

    Now i can do the different galleries

    Hi @dimitrik2023 that is strange, but do try to view the page in Chrome while in incognito mode.

    I don’t see the Edit text in my Chrome browser also. In that area where you can see ‘Edit’, I see an empty social share widget container instead, so if that is a widget that you don’t really need to be present at the bottom of the Home page, then it might help to remove that widget from the Home page.

    Happy WordPressing!

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘remove the undelined links’ is closed to new replies.