Okay
  Public Ticket #2744001
Button colors on Video posts
Closed

Comments

  • Alexander Williamson started the conversation

    Hi! I'm pretty happy with how my site is looking but I can't seem to customize the color of a few items. Right now my site is almost all "video" posts for simplicity. On those pages, the "Back" (border and hover fill) and social media buttons are a brighter red than I would like. See attachment. I've been able to get the color I want with the footer icons, but not the social/back buttons on the video posts.

    I believe the shade of red is close to my Primary color in Global Settings, but changing that color doesn't change the buttons. And I want to keep that primary color anyway. I can't figure out how to customize the look of these buttons anywhere! Please let me know if I'm missing something! Thank you.

  •  647
    Alexandre replied

    Hi there, 

    Please go to wp-admin>theme options>custom css/js

    And add this code in the custom css field:

    a.back-btn{
    border-color: #ff0000;
    color: #ff0000;
    }
    a.back-btn:hover{
    background-color: #ff0000;
    }


    Of course you have to change the color value.
    And here the code for the social network icon:

    .sharing_toolbox a{
    color: #ff0000;
    }

    Thanks,


    Alexandre from the Sonaar.io Crew