Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1397894
    DominicXXV
    Participant

    Hi there. How do I customize the slider button (see screen shot). Thanks.

    #1398063
    DominicXXV
    Participant

    Just realizing the image was too large to upload. Here’s the screen shot. I just want to change the color of the button on the slider. Thanks.

    #1398086
    Rupok
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    .x-post-slider-entry .featured-view {
    	background-color: #f54;
    	border-color: #fff;
    	color: #fff;
    }

    Let’s put your own color for the color, background and border.

    Hope this helps.

    Cheers!

    #1399357
    DominicXXV
    Participant

    Thanks. It worked great. What would be the complete string to change the hover background and border colors? Sorry, I don’t know code. 🙂

    #1399418
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance Customizer Custom CSS

    
    .x-post-slider-entry .featured-view:hover {
    	background-color: #f54;
    	border-color: #fff;
    	color: #fff;
    }

    Adjust the colors according to your wishes.

    Thanks

    #1400696
    DominicXXV
    Participant

    Thank you!

    #1400848
    Rupok
    Member

    You are welcome!

    Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.

    Thanks for using X.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1397894 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>