Reply To: Changing hover menu box color and more
Home › Forums › Agama Pro › Changing hover menu box color and more › Reply To: Changing hover menu box color and more
October 6, 2017 at 11:32 am
#6377
Moderator
Hello, Alibi!,
Thank you for the note.
I have found the way to solve this.
Try to substitute old code for the logo, with new one (below)
code:
/*
-Add custom logo to the home-page only
*/
body.home.page #masthead .logo{
visibility:hidden;
}
body.home.page #masthead .pull-left a{
background:url("http://teste1.alibi.pt/wp-content/uploads/2017/09/A-1.png") ;
background-repeat: no-repeat;
background-size:auto 100%;
}
So your code on the end should be like this:
Best Regards