I'm trying to change the CSS selector for a bunch of options in my child theme. In this case the header option set.
Core Feature
[infinity-header-layout]
type = "default"
title = "Header Styles"
description = "Customize the layout and colors of the header"
options.section = "header"
options.style_selector = "#header"
My Features.ini overwrite in child theme
[infinity-header-layout]
options.style_selector = ".top-wrap"
This has no effect. The option does not break but it still puts the CSS under #header.
I'm trying to change the CSS selector for a bunch of options in my child theme. In this case the header option set.
Core Feature
My Features.ini overwrite in child theme
This has no effect. The option does not break but it still puts the CSS under #header.