• Resolved criacao2JAL

    (@criacao2jal)


    Hello,

    How do I change the height of Call for Action?
    And how to edit Call for Action? (align, font-size, buttom)

    Tanks in advence!

Viewing 1 replies (of 1 total)
  • Hi @criacao2jal,

    I hope you are well today and thank you for your question.

    You can achieve this by adding the following CSS code in the Custom CSS option of your theme on the below path.

    Admin Area -> Apperance -> Theme Options -> Other -> Custom CSS

    #page .cfa {
      height: 150px;
      padding-top: 48px;
      text-align: right;
    }
    #page .cfa span.cfa-text,
    #page .cfa .cfa-button {
      font-size: 25px;
    }

    Change the values of properties in the above code to whatever you want to set.

    Best Regards,
    Movin

Viewing 1 replies (of 1 total)
  • The topic ‘Change the height of Call for Action’ is closed to new replies.