• Hello,

    After installing the theme “Make”, I was trying to edit the menu and add decoration. So I modified the code as so:

    site-title a {
    color: #171717;
    font-weight: bold;
    text-decoration: underline overline dotted red;

    After a day, I tried changing it back to:

    site-title a {
    color: #171717;
    font-weight: bold;
    text-decoration: none;

    And now it won’t work at all and it simply shows those underlines. I don’t know how to remove it, really. I deleted the theme, thinking that this may be it, but it didn’t work.

    Any help?

    Thank you!

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

Viewing 1 replies (of 1 total)
  • Darshan

    (@itsdarshanjain)

    Hi @amaadakira

    This is already working fine if you are using the below code

    .site-title a {
    color: #171717;
    font-weight: bold;
    text-decoration: none;
    }

    but it is not appear on the site, if you are already added this code spinet on css file please remove Cache, i think that is causing for you.

    thank you

Viewing 1 replies (of 1 total)
  • The topic ‘Underline overline dotted red error’ is closed to new replies.