cmacintyre
Forum Replies Created
-
Thanks!
Forum: Themes and Templates
In reply to: [evolve] remove default footer textPerfect. Thanks!
Forum: Themes and Templates
In reply to: [evolve] Stop widget links from moving on hoverDonna, thanks and no worries. I learned HTML 20 years ago when that was basically all we had, but never learned CSS and am not really comfortable messing around in it. If you do get a chance, I’d appreciate your looking at the code. And, as you say, hopefully the theme author will respond as well.
Thanks!Forum: Themes and Templates
In reply to: [evolve] Stop widget links from moving on hoverChanged the semi-colon to be after the !important. No difference. It’s still complaining about the line:
-webkit-transition: none;
complaining about the colon after the word transition
Explanation is:
“Expected a ‘FUNCTION’ or ‘IDENT’ at line 3 col 20.Yes. Using Evolve and I believe it’s the latest version.
We want to remove the unnecessary motion of the link. No need for unnecessary motion on a website.
Thanks so much for your continued help.
Forum: Themes and Templates
In reply to: [evolve] Stop widget links from moving on hoverIn additional CSS, I entered:
#secondary a,
#secondary-2 a,
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;#secondary a:hover,
#secondary-2 a:hover,
.footer-widgets a:hover,
.header-widgets a:hover {
color: #7a9cad;
text-decoration: none;
padding-left: 5px;
!important
}I get an error on line 4: -webkit-transition: none; complaining about the colon after transition
I updated and published anyway with no difference at all to the widget links. In particular,
“Certified Agile Leadership”, “Scrum@Scale Certification”, “Agile Boot Camp”, and “Scrum for Work”Forum: Themes and Templates
In reply to: [evolve] Stop widget links from moving on hoverOk.. newbie here. Sorry if this is very elementary, but how/where do I open the CSS file. I see an option for additional CSS and have played (minimally) around in there, but it didn’t seem to make any difference.
Thanks so much for your help!