Archived topic
Widget Title underline and Excerpt bottom border no longer visible
8 replies · Started by Amit on August 28, 2017
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;
}
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;
}
Hi there,
Nothing changed from GP's end and those CSS should still work.
Can you link me to the page?
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
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
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?
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
You're very welcome :)