How To Remove These Lines

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sat Oct 13, 2012 4:32 pm
Reply with quote
Report this post
Hello,


Please tell me how to remove the three green lines displayed in the mobile version of my site using this template. See attachment. My url is: http://www.3tm.org you may view it using this link:http://www.howtogomo.com/en/d/test-your-site/#gomo-meter

Thanks.
User avatar
Platinum Boarder

GK User
Sat Oct 13, 2012 4:52 pm
Reply with quote
Report this post
Hi,

Try changing the following in > templates > gk_bikestore > css > style1.css (Green Template Stylesheet)

Line: 227 - 230

Code: Select all
/* mobile.css */
#gkMobileMenu {
   background: transparent url('../images/style1/tablet_menu_btn.png') no-repeat 16px center;
}


Change this to:

Code: Select all
/* mobile.css */
#gkMobileMenu {
   /*background: transparent url('../images/style1/tablet_menu_btn.png') no-repeat 16px center;*/
}


Simply comment this background out and this should remove the image you are referencing above.

Also:

You may wish to do the same within style2.css & style3.css located in the same location if you are using the style selector.

style2.css = Line: 235 - 238
style3.css = Line: 227 - 230

I hope this helps.
User avatar
Fresh Boarder

GK User
Sat Oct 13, 2012 5:03 pm
Reply with quote
Report this post
Thank you, :D





Willett wrote:Hi,

Try changing the following in > templates > gk_bikestore > css > style1.css (Green Template Stylesheet)

Line: 227 - 230

Code: Select all
/* mobile.css */
#gkMobileMenu {
   background: transparent url('../images/style1/tablet_menu_btn.png') no-repeat 16px center;
}


Change this to:

Code: Select all
/* mobile.css */
#gkMobileMenu {
   /*background: transparent url('../images/style1/tablet_menu_btn.png') no-repeat 16px center;*/
}


Simply comment this background out and this should remove the image you are referencing above.

Also:

You may wish to do the same within style2.css & style3.css located in the same location if you are using the style selector.

style2.css = Line: 235 - 238
style3.css = Line: 227 - 230

I hope this helps.
User avatar
Platinum Boarder

GK User
Sat Oct 13, 2012 7:24 pm
Reply with quote
Report this post
Glad I could help,

You may want to set this topic to 'Solved' if that has worked for you.
User avatar
Fresh Boarder

GK User
Sat Oct 13, 2012 7:32 pm
Reply with quote
Report this post
:woohoo: your code have solved the issue, thanks again. I hope this is how I set your response to solve.





Willett wrote:Glad I could help,

You may want to set this topic to 'Solved' if that has worked for you.
User avatar
Platinum Boarder

GK User
Sat Oct 13, 2012 8:05 pm
Reply with quote
Report this post
Willet,

I have a question about how to display this url site: www.cuttingedgess.net with the image show being displayed properly on mobile/table display. What do I need to do to make sure the image show box is properly displayed like the other areas beneath it.




leaseline1 wrote::woohoo: your code have solved the issue, thanks again. I hope this is how I set your response to solve.





Willett wrote:Glad I could help,

You may want to set this topic to 'Solved' if that has worked for you.
User avatar
Platinum Boarder


cron