Moderator
t-p
(@t-p)
Site URL?
And, please point to the location in question.
Perhaps because of transparency?
Thread Starter
bcheah
(@bcheah)
Sorry, Here is the URL: http://morpd.com/
There should be 3 buttons to the right of the 3 thumbnails and text. The links are there if you roll-over but the button images are missing.
Moderator
t-p
(@t-p)
Since that is a commercial theme, we ask that you please go to their official support channel, so you can get support from the people who know it best.
Divi theme by Elegent, theme forum: http://www.elegantthemes.com/forum/
Forum volunteers are also not given access to commercial products, so they would not know why it is not working properly.
http://codex.wordpress.org/Forum_Welcome#Commercial_Products
I looked the codes, yes it is because of transparency. Go to your style.css from appearance->editor.
Change
.et_pb_button{
background: transparent;
}
to (forexample if you want red)
.et_pb_button{
background: red;
}