Home › Forums › IT Consultant Support › mobile logo background
- This topic has 21 replies, 3 voices, and was last updated 6 years, 1 month ago by Sonl Sinha.
-
AuthorPosts
-
July 14, 2018 at 10:06 am #104044
my website http://www.maharajsandwich.com/ in this website i want to logo of mobile background are red color what can i do??
July 16, 2018 at 9:28 am #104114Do you mean background of the entire area for the mobile part of the logo?
Regards,
ShriJuly 27, 2018 at 11:57 am #104600yes
July 27, 2018 at 12:19 pm #104612Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
@media screen and (max-width:479px) { .header .header-inner { padding:0;} .header .header-inner .logo { width:100% !important; background:#e53324;} .header .header-inner .logo img { max-width:70% !important;} .toggle a { margin-top:0;} }
Regards,
ChrisAugust 24, 2018 at 6:47 am #106138hello sir my website http://www.maharajsandwich.com/ i don’t want my logo will be visibale in dekstop site .i want my logo to be visisibale mobile side only plz help ..
August 24, 2018 at 10:47 am #106167Hi,
Can you send us the screenshot of your issues? Upload your screenshot on imgur.com and paste the share url here.
Regards,
ChrisAugust 27, 2018 at 11:13 am #106263sir, why you nee d screenshot i only want my logo will be visible in mobile side that’s all…. kindly remove logo from desktop from your end.
August 28, 2018 at 12:20 pm #106322Hi,
Where is your logo on desktop?
Have a look at:
https://imgur.com/a/EgBSnInRegards,
ChrisAugust 30, 2018 at 2:22 pm #106502now plz check my domain http://www.maharajsandwich.com/ i have added logo on site but plz remove in desktop i have only display in the mobile site….
August 31, 2018 at 11:23 am #106546Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.logo img { display:none;} @media screen and (max-width:479px) { .header .header-inner .logo img { display:block !important;} }
Regards,
ChrisSeptember 5, 2018 at 7:25 am #106968hello sir my domain http://www.maharajsandwich.com/ in footer section their are two widget space i want to remove it for example i give you a image and circle the area which i want to remove it thank you…..
September 5, 2018 at 12:31 pm #106976This CSS might help:
#text-9, #text-10 {display:none;}
Regards,
ShriSeptember 17, 2018 at 10:59 am #107818hello sir in this domain http://www.maharajsandwich.com/ their is navigation in my website with black back ground but i want to change it and do the same like dominoz which i have share image below kindly plz check and help me
September 18, 2018 at 10:12 am #107894Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.toggleMenu::after { position:absolute; content:"\f0c9"; color:#000; right:20px;} .toggle a { background:#fff !important;}
Regards,
ChrisSeptember 19, 2018 at 5:53 am #107987thank you ,,,but sir how to change text of menu color
-
AuthorPosts
- You must be logged in to reply to this topic.