how to change the background colour of the #header

Home Forums WordPress Themes – Premium Sleeky Pro how to change the background colour of the #header

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #17185
    Sohail Anjum
    Participant

    I have bought all your themes and now working on Sleekey. I can’t figure out how to change the background colour of the #header_menu for the sticky menu. I have changed it for normal header_menu in sleeky.css file but when you scroll down the sticky menu displays the default green colour. Also where and how can I change the mobile menu and submenu colours
    cooleeeney-header1.jpg
    cooleeeney-header2.jpg

    Attachments:
    You must be logged in to view attached files.
    #22643
    Sushil Adhikari
    Moderator

    Hi Sohail Anjum,

    We had added inline css for sticky menu so that it is overwriting you css. So we request you to add !important after the background value. Here is the example for the same:

    #sleeky_header {
    background-color: rgb(255, 243, 215); !important;
    }

    Note: Please add custom css on child theme style.css file, so your changes will not lost on theme update.

    Thanks

    #22644
    Sohail Anjum
    Participant

    Where is that inline css (which file) as this does not work from style.css or sleekey.css files

    Also where is the css for changing the colours of menu for mobile and tablets I want it to appear just like the desktop version

    #22645
    Sushil Adhikari
    Moderator

    Hi Anjum ,

    You can find file on theme folder->wp-content->themes->sleey-pro->sleeky_includes->sleeky_customizer.php

    There on sleeky_customizer.php you can find code for sticky menu on line no 1855 to 1888 from where, inline css is added on #sleeky_header using .css js event handler.

    Hope this works for you, if not please come on online so we can discuss on detail and we can provide you appropriate solution.

    Thanks

    #22657
    Sohail Anjum
    Participant

    I have fixed all of it.

    The theme is running very very slow. Takes a long time to load. There is no issue with the server as any other theme runs very fast.

    #22663
    Sushil Adhikari
    Moderator

    Hi there,

    Could you please activate our theme and let us know, so we can check out the issue.

    Thanks

    #22664
    Sohail Anjum
    Participant
    #22666
    Sushil Adhikari
    Moderator

    Hi Anjum,

    We had visited your site and found that your loading speed is above the average. The site with load time greater than 3.5sec is marked as slow site but you site load speed is 2.17 s which is far better. @SEE the screenshot. If still find problem on page speed than please consult to your hosting provider or you can reference to this article http://torquemag.io/2015/08/ways-to-speed-up-wordpress-decrease-page-load-time/

    Let us know if you have more queries.

    Thanks
    Websitespeedtest.jpeg

    Attachments:
    You must be logged in to view attached files.
    #22679
    Sohail Anjum
    Participant

    It is loading very slow here. Just compare it to the existing website at http://cooleeney.com/ how quickly that loads. If you want my wp login details I can provide those as well.

    #17186
    Anonymous
    Inactive

    Hi there,

    If your site is loading too slow it may be due to the size of images. So please use online tools to optimize images then upload optimized image. I home this might solve your problem.

    Thanks

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.