Background color behind the logo

Discussion in 'Gommero WordPress Theme' started by mwnow, Nov 26, 2014.

Thread Status:
Not open for further replies.
  1. mwnow

    mwnow Member

    Joined:
    Sep 23, 2013
    Messages:
    82
    Likes Received:
    3
    Hi,

    another question :)
    http://mikado-moden.com/

    There I would need the background behind the logo in white.

    I have attach you a picture, where I have marked the area, that should be white in green.

    Can you explain me, how to realize that? (please in little and detail steps, for me :)

    Thank you a lot!!
    Greetings Miriam
     

    Attached Files:

  2. mwnow

    mwnow Member

    Joined:
    Sep 23, 2013
    Messages:
    82
    Likes Received:
    3
    Like that way, it should look ;)

    http://juhasz.de/

    the logo placed on a white background...I know I should use your cloratio theme for that, but the other people liked the gommero theme more :) so I need to force the header of gommero, look likes cloratio^^

    I really hope you can help me!
    Greetings Miriam
     
  3. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello Miriam,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .header {
    background: white;
    }
    body{
    margin-top: 30px;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  4. mwnow

    mwnow Member

    Joined:
    Sep 23, 2013
    Messages:
    82
    Likes Received:
    3
    Hi Yogesh,

    that works. Really fine :)

    One additional question: can I remove the shadow above the menu?
    (picture attached...)

    Thanks.
     

    Attached Files:

  5. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello Miriam,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .content_wrapper {
    box-shadow: none;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  6. mwnow

    mwnow Member

    Joined:
    Sep 23, 2013
    Messages:
    82
    Likes Received:
    3
    great. really nice & fast support :)
     
    Yogesh likes this.
Thread Status:
Not open for further replies.

Share This Page