Skip to content

"options.style_selector" won't overwrite from child theme #66

@BoweFrankema

Description

@BoweFrankema

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions