Okay
  Public Ticket #461448
Editing Menu Logo
Closed

Comments

  • Tony started the conversation

    I am using Header 1. I have uploaded a 65 x 65 png logo file but I want to make two changes if possible:

    1. The logo is being cutoff at the bottom by about 15-20 pixels. How do I change this position?

    2. Conversely above the logo there is a 15 to 20 pixel space that is black. I would like to change that color to white to blend with the menu.

    In looking at the menu it is showing this element with a Div ID of "logo". Trying to edit the Quick CSS does not seem to effect this. I also tried looking in the theme's style.css and the menu_section.php but am not seeing the styling for this Div there.

    I have attached an image of what I am trying to achieve.

    Thanks for any advice.

  • Tony replied

    I had not heard back so I wanted to inquire if this could be done. Please let me know. Thank you.

  •  1,973
    Support replied

    try

    #logo {

    height: 90px;

    background-color: #ffffff !important;

    }

    in theme options Styling Options -> Custom CSS

    thanks

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Tony replied

    Geez. Perfect. Don\'t know why I was not able to get the #logo class to work.

    Thanks for the magic touch.