• Resolved vyww

    (@vyww)


    I have a background for my comment link, CSS here:

    .post-info {
    	background: url(https://vyww.co/wp-content/uploads/2013/06/commentlink.png) center no-repeat !important;
    	font: 11px 'Bentham', Times New Roman, serif;
    	height: 37px;
    	font-weight: normal;
    	line-height: 36px;
    	text-align: center;
    	font-style: none;
    	display: block;
    }
    .post .post-info {
    	margin-bottom: 80px;
    }

    For some reason, it has disappeared? Example post here. Help is really appreciated! Thank you!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Where do you have that CSS?

    Thread Starter vyww

    (@vyww)

    In my child theme

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    So, can you see just above your post title styles there’s an additional ending bracket?

    Thread Starter vyww

    (@vyww)

    Oh. Oh my that was really silly of me. Thank you for being so patient! ??

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    No worries ??
    BTW a check you can do to see if you’re experiencing a CSS syntax error, when none of your styles are being recognised after a certain point, is to add a new style with something obvious and check if that style is being applied.

    E.g, add this:

    body {
     border: 10px solid red !important;
    }

    Then move that around different parts of the stylesheet to explore where the syntax error is.

    If the border works and you have added the style right at the bottom of the stylesheet then you have no syntax error.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘comment link background disappeared’ is closed to new replies.