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

    Hi,

    I would like my “DÉCOUVREZ NOTRE CATALOGUE DE FORMATION” button to have a green frame (# 97D700), a white background and black typography.

    And when you move the mouse over the same button, I would like the button with a green background (# 97D700) and the typography in white.

    here is the link from my page : http://www.micropole-learning-solutions.com.qual.micropole.com/index.php/inclass-learning/

    Thank you in advance

    #859881

    Hey micropoleinstitut,

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

    .page-id-35 #av_section_1 .avia-button-center a {
      background: white !important;
      border: 2px solid #97d70 !important;
      color: black !important;
    }
    
    .page-id-35 #av_section_1 .avia-button-center a:hover {
      background: #97d70 !important;
      color: white !important;
    }

    Best regards,
    Rikard

    #860091

    Thanks

    #860246

    Hi micropoleinstitut,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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