Home › Forums › All Other Themes › logo view
- This topic has 6 replies, 2 voices, and was last updated 7 years, 1 month ago by
Sonnal S Sinha.
-
AuthorPosts
-
October 14, 2016 at 7:03 am #49576
how to cange the backgroung of header it’s a gray color and my logo would not be display properly…and should you adjust my logo for me …m website url is http://www.maharajsandwich.com/ i’ll give you my admin id passwor i tried a lot but logo will not properly display.
October 14, 2016 at 7:19 am #49582Hi Krishna,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
.logo img{height:110px !important;} .header .header-inner .logo{margin-top:10px !important;} @media screen and (max-width:768px){ .header-inner, .sitenav ul li:hover > ul{background-color:#000000 !important;} }
Regards,
BradOctober 14, 2016 at 7:24 am #49584but i also have this code in css that i remove or not? @media screen and (max-width:768px){
.header .header-inner .logo{width:auto !important;}
}October 14, 2016 at 7:30 am #49586Hi Krishna,
This code not related to my previous code. Just add the the code and let me know.
Regards,
BradOctober 14, 2016 at 8:14 am #49594ok i add this code but now how do i change background color
October 14, 2016 at 8:14 am #49595i want it white
October 14, 2016 at 8:58 am #49597Add this code:
@media screen and (max-width:768px){
.header-inner, .sitenav ul li:hover > ul{background-color:#ffffff !important;}
}Regards,
Brad -
AuthorPosts
- You must be logged in to reply to this topic.