Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1373038

    Hi there!

    Firstly, thank you very much for your help.

    I would like to create a second type of button on the front page of my website (link included below).

    I have successfully created and customized my buttons in 1 default style.

    However, I would like to have a second type/class of button with different font and different size of font, on the same page as the first button.

    I tried hard to read the instructions here: https://kriesi.at/documentation/enfold/button/ but am sort of confused with regards to what direction I should take – add custom CSS? But am not sure where to put it.

    Thank you!

    #1373098

    Hey daineax,

    You can add an ID or class to the button in the element options, under Advanced->Developer settings. You can then target your custom button like this:

    .your-button class .avia-button {
      color: red; 
      font-size: 24px; 
      background-color: green; 
    }

    Best regards,
    Rikard

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