By Taiwo on Friday, 10 March 2017
Posted in General Issues
Likes 0
Views 187
Votes 0
I don't know if this support can be supported, kindly view the attachment below, as you can see the website mobile view have there color like the quota mobile view all of the template border view is Red, same thing to facebook which border is full blue and Ozity apps is Green border, please how can this be done? My website mobile border view is white as you can see on the top. Please is there something I can do to that?
I don't seem to see any attachments in your post.
·
Saturday, 11 March 2017 01:44
·
0 Likes
·
0 Votes
·
0 Comments
·
I am sorry, I thought it was attached, please check and get back to me as soon as possible
·
Monday, 13 March 2017 18:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Do you mean you would like to change the border color only for mobile view?
·
Monday, 13 March 2017 22:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes exactly, how can I get that done please?
·
Tuesday, 14 March 2017 00:11
·
0 Likes
·
0 Votes
·
0 Comments
·
Try apply following css into this file -> JoomlaFolder/templates/shaper_helix3/css/template.css

After you applied, then remember clear your Joomla cache and browser cache, if you view on mobile, you have to clear your mobile cache as well.


@media (max-width:768px) {
#sp-header {
background: #3b5998 none repeat scroll 0 0 !important;
}
}
·
Tuesday, 14 March 2017 00:37
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Alex
·
Tuesday, 14 March 2017 07:03
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Tuesday, 14 March 2017 10:08
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post