toriaa
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Twenty-Three] Creating A Child Theme, CSS Not WorkingThank you both for your replies! I didn’t know about the plugin, will definitely have to check that out.
Forum: Themes and Templates
In reply to: [Twenty Twenty-Two] Where to change link hover color?I was convinced of that too, I spent several days trying to figure *everything* out with either the editor or json file and ended up going round in circles until I realised CSS was still sometimes needed.
Forum: Themes and Templates
In reply to: [Twenty Twenty-Two] Where to change link hover color?Hi, this should work, I added mine into a child theme (wanted to change the background colour on hover on mine) but this works to change the text colour (if it’s a link on the navigation you’re trying to change)?
.wp-block-navigation a:hover { color:#yourcolour }- This reply was modified 4 years, 3 months ago by toriaa.
Forum: Themes and Templates
In reply to: [Twenty Twenty-Two] Removing Underlines From LinksActually solved this one now by adding text-decoration:none to the links in the CSS of the child theme, I was overcomplicating!
It’s working, thank you so much! It was the gradient that was over-riding everything. I’ve now styled the button to match my blog’s layout.