Errors in Bottom 1 widget on a mobile device

Premium BuddyPress WordPress theme perfect for venue, music brand or community music website.
GK User
Thu Nov 27, 2014 9:53 am
On a mobile device, In a bottom 1 area, widgets looks like this: https://www.dropbox.com/s/nxigln7n9gecq ... 7.PNG?dl=0

1. Numbers in a title are not in white colour
2. Background is displayed twice
User avatar
Senior Boarder

GK User
Thu Nov 27, 2014 11:28 am
Hi,

Did you change something? Because number is white now. Regarding the backgorund: Your image is too small (height), but try to add the following code into css/mobile.css file


Code: Select all
.frontpage.dark-bottom #gk-dark-bottom {
background-size: cover!important;
}
User avatar
Moderator

GK User
Thu Nov 27, 2014 12:08 pm
Hi,

Number is white only on desctop device! On a mobile device color it's still dark! You can try on any Apple device (iPhone 5, 6)!

Background is OK now! Thanks!
User avatar
Senior Boarder

GK User
Thu Nov 27, 2014 1:17 pm
I've checked mobile with android and the text is white (I don't have apple devices at this moment).
Try to add the following code into mobile.css file:

Code: Select all
.box.white .box-title {
   color: #fff!important;
}
User avatar
Moderator


cron