Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #447686

    Hi,

    On the Advanced Styling tab it gives the option to customise various elements styles.

    Is there a way to create a new and custom element? For example the element I want to leave as default. However, I would like the option of having another element that has a different colour and size?

    Basically I want an option to give a larger title that is bold?

    Thanks in advance
    Vince

    #448497

    Hi Vincent!

    Which element is it? If it’s a heading for example then you can give it a custom class like this.

    <h2 class = "customH2">Hello</h2>
    

    And then add this to your Quick CSS field.

    .customH2 { font-size: 24px !important; color: red !important; font-weight: bold !important; }
    

    To style it.

    Best regards,
    Elliott

    #449041

    HI Elliot,

    Thank you for your reply.

    As I had mentioned in my original post it is for a custom element. I want to add a strong element with a larger font size. It’s a custom element not an existing one. I do not want to change the heading tags.

    My question – is it possible to create this from the Adavnced Styling area?

    #449158

    Hey!

    The advance styling elements is limited to what is currently available in the settings panel. You can request the additional feature here: https://kriesi.at/support/enfold-feature-requests/

    For now, please use the Quick CSS field.

    Regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.