Change colour of these arrow buttons.

Home Forums Jevelin Theme Change colour of these arrow buttons.

Home Forums Jevelin Theme Change colour of these arrow buttons.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • singbrothers1
    Participant

    Hi! I’d like to change the color of the up and down buttons. Please help!

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

    Hi @singbrothers1,

     

    Thank you for your question.

     

    You can change its color using YellowPencil editor as described in the below page.

     

    https://support.shufflehound.com/how-to-change-almost-any-element/

     

    Best regards,
    Shufflehound team

    singbrothers1
    Participant

    Heya,

     

    The buttons are not showing up in YellowPencil at all, and because the theme doesn’t include the login to post on their support forum, I thought I’d ask here. Would it be possible to get some help on this? 🙂

    Solution for this topic

    You can change its color 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

     

    #page-container .sh-increase-numbers span {
        background-color: #000;
        color: #FFF;
    }
    
    #page-container .sh-increase-numbers span:hover {
        color: #000;
    }

    singbrothers1
    Participant

    Works like a charm. Thanks buddy!

    You are most welcome here 🙂

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