Hi, I’m not sure about what you mean with style.css is not full. If you post a link to your WP site, I might be able to help you.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Install this Custom CSS Manager plugin http://ww.wp.xz.cn/plugins/custom-css-manager-plugin
Then use its “CSS Code” section of the dashboard to hold your CSS modifications.
Thread Starter
Iskous
(@iskous)
As per the theme developer’s request, please post in the theme’s dedicated forum: http://cyberchimps.com/forum/
Hi I can’t see my web site, I don’t seem to have home page on my word press and 3rd party Sell Photo pages, could you take a look and see.
Regards
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Hi,
in line 1 of your stylesheet, you find:
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {
font-weight: 700;
line-height: 1em;
word-wrap: break-word;
}
you need to add your own color by adding:
h2 a {
color:pink;
}
Alternatively, you might add a new rule yourself based on the title class:
.entry-title a {
color:pink;
}
Thread Starter
Iskous
(@iskous)
I can’t find it can you show me on screenshot ?
The theme is using a minified version of the original stylesheet, which I could inspect with firebug, an add-on for Firefox. In your child theme add one of the rules that I pointed out to you and see if it works.
This is a link for the screenshot from the stylesheet url you provided:
http://antonietta-designs.net63.net/wpforum.jpg