use style.css of the Child Theme – mesocolumn-wautom
Right mouse click on the element -> Inspect Element
D:\wautom\wp-content\themes\mesocolumn-wautom\style.css
style.css
use style.css of the Child Theme – mesocolumn-wautom
Right mouse click on the element -> Inspect Element
D:\wautom\wp-content\themes\mesocolumn-wautom\style.css
style.css
********* Change the COLOR of the LINK of the Post Title Where is color defined? Inspect the Title, you see this: So add in the style.css of the Child Theme: /* Change the COLOR of the LINK of the post title: default was: #52C0D4; and visited link default is: #52C0D4; */ /* BUT: I didn’t change it. I still use the old default color */ aside.home-feat-cat a { color: #52C0D4; text-decoration: none; } /* Change the COLOR of the VISITED LINK of the post title: default was: #52C0D4; and visited link default is: #52C0D4; */ /* BUT: I didn’t change… Read more »
*****
PROBLEM:
Child theme css not overriding parent
https://stackoverflow.com/questions/42123070/child-theme-css-not-overriding-parent
I’ve created a child theme of the twentyseventeen theme. In the child’s theme folder I have a “style.css” and a “functions.php” file. Inside of the style.css file I have:
*** Change the fonts of the Post Title Text
aside.home-feat-cat .feat-title {
font-size: 1.65em;
margin: 0.6em 0px;
padding: 0px;
float: left;
width: 100%;
}
aside.home-feat-cat .feat-title {font-size: 1.65em; margin: 0.6em 0px; padding: 0px; float: left; width: 100%;}
==>
Change the values, and in Chrome Incognito window you will see it taking effect