Black Friday sale! Get up to 25% off GP Premium! Learn more ➝

[Resolved] Widget Title underline and Excerpt bottom border no longer visible

Home Forums Support [Resolved] Widget Title underline and Excerpt bottom border no longer visible

Home Forums Support Widget Title underline and Excerpt bottom border no longer visible

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #375012
    Amit

    I had the following CSS on my site using ‘Simple Custom CSS’ and was working fine till now. Today when I checked my site, the widget titles were no longer underlined. Also I had a bottom border to my excerpts. That also is no longer visible. Did something change in GP? Do I need to change this CSS?

    /* Underline Widget Title */
    .widget-title {
    border-bottom: 1px solid #ddd;
    display: inline-block;
    }

    /* Underline Widget Title */
    .widget-title {
    border-bottom: 1px solid #ddd;
    display: inline-block;
    }

    #375014
    Amit

    Similarly, I had the following CSS to have Tags, Folders and Comment section all in one line. That is also no longer working.

    /* Put Tag, Categories and Leave a comment all in one line */
    .cat-links, .tags-links, .comments-link, footer.entry-meta .posted-on, footer.entry-meta .byline {
    display: inline;
    padding-right: 15px;
    }

    #375022
    Leo
    Staff
    Customer Support

    Hi there,

    Nothing changed from GP’s end and those CSS should still work.

    Can you link me to the page?

    #375028
    Amit

    Hi Leo,

    Thanks for the quick response. You can click here for my site.

    Regards,
    Amit

    #375030
    Leo
    Staff
    Customer Support

    Hmm I don’t actually see the CSS being added.

    Can you try the following:
    – Clear WP Super cache
    – Run your CSS through this site to check for syntax errors/mistakes: https://jigsaw.w3.org/css-validator/#validate_by_input

    #375062
    Amit

    Hi Leo,

    I cleared the WP Super Cache. That did not help. I also checked the CSS code in the URL that you gave me. There are no errors found.

    Do you think this could be a problem with the ‘Simple Custom CSS’ plugin?

    Regards,
    Amit

    #375080
    Leo
    Staff
    Customer Support

    Hmm I don’t think so. You can quickly try it Additional CSS though.

    Are there any CSS above the widget title one? Did you run all of your CSS through that site?

    #375103
    Amit

    Hi Leo,

    I installed Tom’s ‘Simple CSS’ and now all the underlines and formatting that I have done is visible now. Looks like the other plugin just stopped working.

    I will continue to use Tom’s plugin now. Thanks for helping me out. Really appreciate it.

    Regards,
    Amit

    #375104
    Leo
    Staff
    Customer Support

    You’re very welcome 🙂

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