Buttons parameters

Hi,
I have trouble to define the design I want for buttons on my website.
I d’like to do that ( normal/hover)

But when I try to change the buttons parameters nothing happen .

Here is the url of my website : https://jokariclub.com/

Could you help me ?

Best regards

Hi Camille,

The options you have set in X > Theme Options > Buttons will only take effect for the Classic Buttons.

As for the v2 Button elements, you will have to manually set the options to each element accordingly.

Hope this explains it.

Hi Jade,
That’s perfect thank you.

Just another question : I have trouble to string together the text and the graphic of my button.

Tha arrow is slithly above the alignment of the text.
How should I do ?

Best regards

Hi Camille,

Please add this code to the button’s Element CSS:

$el.x-anchor-button .x-graphic .x-icon {
    position: relative;
    top: 2px;
}

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.