Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
I have a problem of a title uneffected by my child css.
From firebug and vantage style.css I found the title controller:
article.post .entry-header h1.entry-title, article.page .entry-header h1.entry-title { color: #3b3b3b; font-size: 20px; font-weight: 500; line-height: 1.35em;
If I put this in my css and , for exemple, modify the text color it doesn’t make effect, neither if I set it as !important.
Hi
You can change the font size and color of this selector via:
Appearance > Customize > Fonts > Page Title Size & Page Title Color.
If you’d like to use Custom CSS for this you can try:
That’s the exact list of selectors the Customizer will produce.
In general, if there are no errors in your child theme’s CSS and it’s not taking effect, there is most likely a problem of specificity or order. You can increase specificity by making the selector more specific:
http://css-tricks.com/specifics-on-css-specificity/
You can also “cheat” with !important:
http://css-tricks.com/when-using-important-is-the-right-choice/
I’ve alredy tried with
and also with !important. Simply it doesn’t make any effect: it seems that it isn’t targetting that element (if I analyze it in firebug there are no signs of my css in that element).
It changes only if I modify the style.css of vantage.
I tried modifying it in the custom css built-in and works…I don’t understand why it isn’t working in the child css
Please confirm a link where I can see this in action and I’ll take a look. Please move the CSS to your child theme’s style.css file before doing so. Thanks.
I have to wait until the first week of january because my hosting service starts with the new year.
No problem. Please let us know when the site is up and we’ll take a look. Thanks.