vancesmith
Forum Replies Created
-
So I clicked on the link above and it was still in one column. I played with the zoom and it stayed in one column. Then I copied the link and pasted it into a new tab and it was gone. Then I clicked on the link above again and it was fixed. Huh. I tried a bunch of different things before including clearing my cache and history and restarting Chrome, but kept getting it. Now it seems to be gone. Weird. Thanks for replying.
- This reply was modified 8 years, 6 months ago by vancesmith.
- This reply was modified 8 years, 6 months ago by vancesmith.
no one? bueller?
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Page and post title issues in 2017Exactly. I want post titles to show everywhere. But page titles to show nowhere. I ended up using the plug in SHK Hide Title, which seems to do the trick, but I will keep this code on file. Thanks!
I was using the theme Twenty Seventeen. I found this code that fixed the box shadow, but the font is still different in Safari.
.entry-content a:link {
text-decoration: none;
border-bottom: none;
-webkit-box-shadow: none;
box-shadow: none;}
a:link {
text-decoration: none;
border-bottom: none;
-webkit-box-shadow: none;
box-shadow: none;}
.entry-content a:visited {
text-decoration: none;
border-bottom: none;
-webkit-box-shadow: none;
box-shadow: none;
}