Tagged: 

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

    Dear all,
    I am using the fullwith button, but actually want to have the shape of a rectangle for the button, now the button is displayed with roundings at both ends.

    Looking forward to your response, thank you.

    #779103

    Hey michael_world2cycle!

    Thank you for contacting us.
    You can check here
    https://kriesi.at/support/topic/change-button-characteristics-font-size-colour-shape-etc/

    Regarding the button and all the available changes you can do

    Regards,
    Basilis

    #779681

    Thanks Basilis,
    What I actually prefer is adjustments for the fullwidth button. The color settings as mentioned in the image is possible via the element button, but the fullwidth doesn’t have these options to set the color for the font and the background.

    Besides that, I tried the coding
    body div .avia-button {
    border-radius: 1px; }

    I copy, paste this in the Quick CSS in general styling, but it doesn’t seem to work. Can you check again, as it seems quick simple, so what did I missed. What do I need to do, to have the button changed to a rectangle.

    #779784

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    #top .avia-button {
        border-radius: 0 !important;
    }

    I have verified that it’s working.

    Best regards,
    Rikard

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