When I write CSS in the child-theme style.css for things like the header navigation or a post type its not being used and not changing the style. When I add the same css to the General Settings > CSS/Script Related menu area the CSS works.
There might be a code that is overriding it from style.css, I request you just the custom css in the custom code css section under salient options to prevent such issues.
When I write CSS in the child-theme style.css for things like the header navigation or a post type its not being used and not changing the style. When I add the same css to the General Settings > CSS/Script Related menu area the CSS works.
What do you think the issue is?
This is the css I'm trying to add
.blog-recent[data-style=title_only] .col { background-color: #fff; !important margin-bottom: 2%; padding: 50px 25px
}
#top .container .row{ border-bottom: #fff 1px solid;
}
Hi there,
Thanks for choosing Salient.
There might be a code that is overriding it from style.css, I request you just the custom css in the custom code css section under salient options to prevent such issues.
Thanks.
It’s not being overwritten. It’s not even being applied. I can see it with the inspect tool.
The whole purpose of the child theme is to allow this type of customization
Hi there,
Please send in your admin login details so that we can check this out further.
Thanks.
Thats ok. I was able to get it sorted. You can close the ticket. Thank you.