- This topic has 3 replies, 2 voices, and was last updated 7 years, 7 months ago by
Andrew Misplon.
Tagged: Child Theme css
- AuthorPosts
- September 12, 2017 at 11:11 am #7751
Andrew MisplonKeymasterHi 🙂
Glad to hear you have a child theme up and running it makes customizing much easier. I wish I could give everything away for free but unfortunately I can’t. Premium sales help cover the cost of developing, maintaining and supporting the theme. I can’t assist further with regards to attribution, it is automatically removed by the premium plugin.
Your child theme CSS is most likely not working due to lower specificity. CSS Tricks has a great article on Specificity if you’re keen to learn a little more.
If you let me know which page and rule to check I can help further.
Thanks 🙂
September 12, 2017 at 11:27 am #7752
odalykkeParticipantI understand, thanks for your reply!
Maybe you can help me with something regarding the custom css;
I’ve changed the hover functions on the site, but I can’t seem to find out how to change the hover color in the bottom footer (where the “theme by puro” text is displayed). Can you tell me?September 12, 2017 at 4:18 pm #7753
Andrew MisplonKeymasterSure, you can try:
.site-footer .bottom-bar .polestar-container a:hover { color: #4d8ffb; }
- AuthorPosts
You must be logged in to reply to this topic.