lgale
Forum Replies Created
-
I uploaded to the new one and it works. thanks
- This reply was modified 8 years, 11 months ago by lgale.
So it won’t display properly until tomorrow morning then?
It looks like I’m using Microsoft Edge. Another member of our team is having the same issues on her end. I just upgraded to WordPress 4.8 and it’s still happening
Forum: Plugins
In reply to: [mTouch Quiz] How to define Category for results?Wrong plugin – sorry
Forum: Themes and Templates
In reply to: [evolve] Remove the gray line under each widgetAwesome – this worked and I fixed the other error. Thank you so much!!
Forum: Fixing WordPress
In reply to: The symbol "–>" appears below my footerFound it and figured it out. Thanks for all your help!!
Forum: Fixing WordPress
In reply to: The symbol "–>" appears below my footerUnfortunately no. I deactivated my plugins one at a time but it didn’t disappear. It is still there?!
Forum: Themes and Templates
In reply to: [evolve] Remove the gray line under each widgetOn the front page, if you look below the “Testimonials” you will see the gray line, and also under the footer.
Forum: Themes and Templates
In reply to: [evolve] Remove the gray line under each widgetAh yes, that would help 🙂
Forum: Themes and Templates
In reply to: [evolve] Remove the gray line under each widgetThank you Denzel! I just put it in and it didn’t remove the gray lines? I updated the page so you can see it.
Forum: Fixing WordPress
In reply to: The symbol "–>" appears below my footerOkay thanks. I added the </html> tag and now I’m going to play with the plugins to see why the –> is there. (I checked that too and the opening/closing tags are all there.)
Forum: Fixing WordPress
In reply to: The symbol "–>" appears below my footerCan you explain to me what you mean by missing </html> and how to fix it? (I looked and can see it on each of my pages… What am I missing?)
Forum: Fixing WordPress
In reply to: I deleted "–>" and now my website is blank – any help?Yes I did – thank you!
Forum: Themes and Templates
In reply to: [evolve] Gray line under each widgetI’m so sorry I don’t. CSS is still pretty new to me!
Forum: Themes and Templates
In reply to: [evolve] Gray line under each widgetPut this code under “Appearance”–>”Edit CSS”
/*Gray shadow under widget*/
.widget:after {
background: none;
bottom: -6px;
content: “”;
height: 7px;
left: 0;
position: absolute;
width: 100%;
}