• rafiseo

    (@rafiseo)


    I am developing the site using Elementor and Ocean WP. I really can’t figure out how do you get the class name for any specific element in the Elementor page builder. Here you can see I can change the background but can’t able to change the font size… (please see the screenshot).

    sreenshot – https://imgur.com/a/frQVcQN

    Any help will be highly appreciated…

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Rajnish Vijya

    (@rajnishvijya)

    Open your browser developer tool and then look for the class attribute the class name will be listed there. Check for custom css classes or id applied. Class name will look like

    elementor-element elementor-element-YourName.

    Once you identify the class, you can add custom CSS in Elementor or your theme settings to adjust the font size.

    Such as

    .elementor-element-YourName {
    font-size: 16px; /* Adjust the font size as needed */
    }

    Don’t forget to replace YourNamewith actual class name.

    niyaswp

    (@niyaswp)

    Hello,

    Please check out these articles:-

    https://elementor.com/help/css-classes-in-elementor/

    https://elementor.com/help/how-to-add-custom-css/

    Hope you find this helpful.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to Find Class Name of Elementor Elements?’ is closed to new replies.