Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #23312

    Hello

    Is it possible to change the coolr of the title box in the portfolio thumbnail which appear in the portfolio grid… It’s white, and I would like to change it, like the title which is grey…

    Thanx a lot

    #119347

    Hi,

    Anything is possible. Can you be a bit more specific about what specifically changing into what else. If you can take a snapshot of the demo portfolio page and on http://www.imgur.com (or other image storage) there are objects like little arrows you can add to the snapshot to better flush out your thought as well as convey your idea to the support team better; then just paste the link to the image here

    Please try this css. You can add it to Quick CSS located in Enfold > Styling at the bottom of the page or to the /css/custom.css

    #top .grid-content, #top .grid-entry-excerpt, #top .grid-entry-title {
    background-color: grey;
    }
    #top .grid-entry-excerpt {
    color: white;
    }
    #top .grid-entry-title {
    color:yellow;
    }

    Thanks,

    Nick

    #119348

    exactly what I wanted! How do you do???? :)

    #119349

    Glad Nick could help :)

    Let us know if you have any other questions or issues.

    Regards,

    Devin

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘change color in the portfolio thumbnail’ is closed to new replies.