unsharp logo and menu color on mobile side

Discussion in 'ColorWay WordPress Theme' started by ajoepchen, Aug 25, 2015.

  1. ajoepchen

    ajoepchen New Member

    Joined:
    Jul 16, 2015
    Messages:
    1
    Likes Received:
    0
    Hi,

    I tried several times with several dpi's to get a sharp logo. Nevertheless, it appears allways unsharp. Do you have a clue for me?

    webside adresse is: www.kunststoffejansen.de/wordpress/

    Furthermore I would like to change the menu color on the mobile site. How do I solve this?

    Best regards from Cologne.

    Alexander
     
  2. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    Everything is possible with us.

    Regarding the logo :-
    I have visited the URL provided by you, but could not understand which logo you are querying about, as there is no such logo getting displayed on your website.

    2015-08-25_15h22_06.png

    Please provide us with some screenshot of the desired result/area to be configured. If you are unable to create screenshots then you can use www.screenpresso.com that will help you to create screenshots.

    Regarding the menu :-

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    @media only screen and (max-width: 767px){
    .mean-container .mean-bar {
            background: blue !important;
      }
    .mean-container .mean-nav {
        background: blue !important;
    }
    }
    
    Note : Please change the color accordingly.

    Hope it will resolve your issue

    Thanks & Regards!
    Nitin
    InkThemes.com
     

    Attached Files:

Share This Page