I am Japanese.
My weak point is English.
CSS is not reflected in Child theme.
Do you know the cause?
I am Japanese.
My weak point is English.
CSS is not reflected in Child theme.
Do you know the cause?
Hello @NAO4,
Thanks for writing in!
Are you referring to this custom css?
.entry-title{
text-align: left;
}
Please have it updated into this:
.page .entry-title,
.post .entry-title{
text-align: left;
}
This will make sure that on pages or post, the title will always be align to the left. If still not working on your end, I would recommend that you clarify which title you want to align. It may not be having the class .entry-title.
Please note that custom coding is outside the scope of our support. Issues that might arise from the use of custom code and further enhancements should be directed to a third party developer.
Best Regards.
Thank you.
It was not reflected for some reason.
It was reflected over time.
Hello @NAO4,
It was not reflected maybe because there is a caching feature or minify feature in your hosting server. That could be why it took after a while before it has been applied to your site.
Best Regards.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.