Logo Background color

Discussion in 'BlackWell-WordPress Business Theme.' started by bat42001, Aug 19, 2014.

  1. bat42001

    bat42001 Guest

    Joined:
    Jul 10, 2014
    Messages:
    35
    Likes Received:
    0
    I actually have 2 things,

    1, I want to change the color behind the logo to a solid black, can you provide the css code for that.

    2 I would like the menu open speed to be slower, not so fast at opening and closing, How would I do that?
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Please specify color for logo background, provide us your website url and if possible provide the screenshot for both issue.

    Thanks & Regards
    Pramod
     
  3. bat42001

    bat42001 Guest

    Joined:
    Jul 10, 2014
    Messages:
    35
    Likes Received:
    0
    www.poweredbysimplicity.com
    In the upper left hand corner I want the background behind the logo Solid Black like I have the menu bar.

    Plus the menu reacts too fast. Can it be slowed down or made to animate slower?
     
  4. Yogesh

    Yogesh Guest

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

    To change background color of logo,
    Go to Appearance > Theme Options > Styling Options > Custom CSS
    And paste following code in Custom CSS and press Save All Changes button.
    PHP:
    .logo {
    backgroundblack;
    }
    And to make slower animation of menu edit in ddsmoothmenu.js file, as shown in screenshot.
    Use wp editor to edit files.

    This will solve your issue.

    Thanks & Regards
    Yogesh Bhade
     

    Attached Files:

Share This Page