Change Login button color

Home Forums Gillion Theme Change Login button color

Home Forums Gillion Theme Change Login button color

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    RESOLVED Posts
  • Julien HAMY
    Participant

    Hello !

     

    Good job! This theme is amazing. I made this purchase for my french congress man.

     

    I have a question for you : How can I change the background and text color of the Login button in top bar ?

     

    You can see my screenshot in attachment.

     

    Thanks!

     

    Julien.

    Attachments:
    You must be logged in to view attached files.

    Shufflehound
    Moderator

    Hi there,

     

    At the moment there isn’t any options, which could change that, but we can create you a CSS snippet if you will tell us how exactly you want to change it. πŸ™‚

     

    Best regards,

    Shufflehound team

    Julien HAMY
    Participant

    Okay thank you so much. So, I want background color #49f4c7 and button text color in #000000.

     

    Thanks!

    Solution for this topic

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

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-header-top .header-social-media a.sh-login-popup {
        background-color: #49f4c7;
        color: #000;
    }

    Julien HAMY
    Participant

    Tanks for your fast response.

    But the code in CSS custom is wrong :Β does not work.

     

    Julien

    The shared CSS code is working fine for me on my test site.

     

    Could you please share me your site URL where you are using it so that i can troubleshoot it?

    Julien HAMY
    Participant

    It’s ok ! Thanks πŸ˜‰

     

    Julien

    You are always welcome here πŸ™‚

Viewing 8 posts - 1 through 8 (of 8 total)