Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #28946

    Hi

    Does anybody know how to change the color of the strange arrow sign – that one when you scoll over the preview image of the portfolio you can see a round sign with a arrow in it. Where can I set the color of that?

    Have a look at my Website http://www.diefarben.com Password: Enfold_2013

    Thank you!

    Btina

    #139254

    Hi Btina,

    Try adding this CSS code to the custom.css file or to the Quick CSS:

    .image-overlay-inside::before{

    background: red !important;

    border-color: red !important;

    }

    Change red for the desired color.

    Regards,

    Josue

    #139255

    Thank you Josue

    Awersom! Even workes with Hexcode :)

    .image-overlay-inside::before{

    background: #e1e1e1!important;

    border-color: #e1e1e1 !important;

    }

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘color change for "button"’ is closed to new replies.