Optimum size and removal of 'photo'

This topic contains 2 reply and 2 voices, and was last updated by Jason 9 years, 10 months ago
Viewing 2 Posts - 1 through 2 (of 2 total)
Author Posts
May 19, 2014 at 6:13 pm 20702
Jason Hi guys Just 2 questions please. What is th optimum size for the header image of the sellers store please. (In my screenshot I mean the image with the guy playing cricket) Also how do I remove the round 'image holder' for a photo of the person that over lays the header? I would like that remove please. Here is the screen shot header
May 19, 2014 at 6:30 pm 20703
Sk Sk

Hello Jason,

The height of the image is fixed at 300px but the width is not fixed. It depends on your device screen width. the width for the image is 75% of your device width. for example if you use a devise which screen width is 1200px then the image width will be 900px.

and to remove the round image holder navigate to dokan/style.css on line 1516 and use display: none; like the following code to the class.

.store-page-wrap .profile-frame .profile-info-box .profile-img img {
  display: none;
  background: #000;
  border-radius: 500px;
}

Thank you.

May 19, 2014 at 6:44 pm 20705
Jason Jason

Thanks SK

Great help 🙂

Viewing 2 Posts - 1 through 2 (of 2 total)