LLM Prompts

Elementor CSS ID Selector Prompt

Generates CSS code snippets for specific Elementor elements based on their CSS ID.

The method

Use this prompt in ChatGPT to generate targeted CSS code for specific Elementor elements using their CSS ID. Input the desired styling rules and the Elementor CSS ID. Apply directly in Elementor’s custom CSS section.

The prompts

Prompt 1
I need CSS code for an Elementor section with the CSS ID '#my-unique-section'. I want to change the background color to a soft pastel blue (#ADD8E6), add a subtle box-shadow (3px 3px 5px #888888), and set the top and bottom padding to 50px. The goal is to make the section visually stand out in a gentle and appealing way. Consider cross-browser compatibility.
Prompt 2
Generate the CSS code for an Elementor heading element with the CSS ID '#main-title'. The heading should be centered, have a font size of 3em, the color should be a deep navy blue (#000080), and the font-family should be 'Arial, sans-serif'. Add a 2px solid light gray (#D3D3D3) border to the bottom of the heading, with 10px of padding. Ensure the CSS is optimized for readability and performance.