Q: “How do I change the look of [element X] in Elbee Elgee?”

A: Please don’t change CSS styles or code directly inside of Elbee Elgee, as this will virtually guarantee that your customizations break the next time I update the theme. Instead, you should create a child theme and make your alterations inside of it. I would recommend that you base your efforts on this very simple Elbee Elgee child theme I created.

The WordPress Codex provides a good starting point for learning about child themes here, while this plugin may allow you to create one with just a few clicks.

Once you have created a child theme, I would advise that you create an empty functions.php file inside of the child theme directory. Then, any and all PHP customizations should take place in said functions file.

Leave a Reply