Tagged: , , ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #865378

    Hi guys,

    I have some trouble making change on a button of my welcome page: https://ergosolutions-transitions.ovh/ on this part : https://imgur.com/a/KbU3j

    1 – I turned on the Custom CSS Class Field for ALB Elements,
    2 – I gave a name (bouton-catalogues-accueil) to the button to make it a unique element,
    3 – Then I tried to modify some characteristics and only the font-family worked.

    I tried to change the font-size and would also like to reduce the size of the border of the button (to 1px for example).
    Is it because it is a translucent button and then the button as its default characteristics or something else?

    Thanks for your help!

    Demaup

    #865379

    Just for information here is the code I tried

    #top .bouton-catalogues-accueil {
      font-size: 20px !important;
      font-family: "Open Sans Condensed";
    }
    #865380

    Hi,

    Add the following to quick css:

    #top .avia-button.avia-color-light{
    border:1px solid #fff!important;
    }

    Best regards,
    Jordan Shannon

    #866242

    Work perfectly!

    Thanks Jordan :)

    #866325

    Hi,

    No problem at all. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Problem making changes (font size and border size) on custom CSS button’ is closed to new replies.